4#ifndef TETL_SYSTEM_ERROR_ERRC_HPP
5#define TETL_SYSTEM_ERROR_ERRC_HPP
7#include <etl/_system_error/is_error_condition_enum.hpp>
14enum struct errc :
unsigned char {
Definition adjacent_find.hpp:9
errc
The scoped enumeration etl::errc defines the values of portable error conditions.
Definition errc.hpp:14
@ no_such_file_or_directory
@ too_many_files_open_in_system
@ destination_address_required
@ too_many_symbolic_link_levels
@ inappropriate_io_control_operation
@ executable_format_error
@ no_such_device_or_address
@ operation_not_supported
@ connection_already_in_progress
@ operation_not_permitted
@ address_family_not_supported
@ device_or_resource_busy
@ resource_unavailable_try_again
@ resource_deadlock_would_occur
Definition is_error_condition_enum.hpp:12