cpp · cpp/std--system_error
std--system_error
std::system_error
Thrown when an OS-level or low-level library operation fails. Wraps a std::error_code which carries both the numeric error value and the error category (e.g. std::system_category for POSIX errno values).