Namespaces
Variants
Views
Actions

std::experimental::filesystem::filesystem_error

From cppreference.com
< cpp‎ | experimental‎ | fs
 
 
Experimental
Technical Specification
Filesystem library (filesystem TS)
Library fundamentals (library fundamentals TS)
Library fundamentals 2 (library fundamentals TS v2)
Library fundamentals 3 (library fundamentals TS v3)
Extensions for parallelism (parallelism TS)
Extensions for parallelism 2 (parallelism TS v2)
Extensions for concurrency (concurrency TS)
Extensions for concurrency 2 (concurrency TS v2)
Concepts (concepts TS)
Ranges (ranges TS)
Reflection (reflection TS)
Mathematical special functions (special functions TR)
Experimental Non-TS
Pattern Matching
Linear Algebra
std::execution
Contracts
2D Graphics
 
 
Defined in header <experimental/filesystem>
class filesystem_error;
(filesystem TS)

An exception type thrown when errors are encountered.

cpp/error/exceptioncpp/error/runtime errorcpp/error/system errorstd-experimental-filesystem-filesystem error-inheritance.svg

Inheritance diagram

[edit] Member functions

constructs the error object
(public member function) [edit]
returns the paths that were involved in the operation that caused the error
(public member function) [edit]
returns the explanatory string
(public member function) [edit]

[edit] See also