Expand description
Modules§
Macros§
- define_
category - Defines error code
Category
as enum which implements conversion into generic ErrorCode
Structs§
Constants§
- FAIL_
ERROR_ FORMAT - Text to return when error fails to be converted into utf-8
- MESSAGE_
BUF_ SIZE - Error message buffer size
- UNKNOWN_
ERROR Deprecated - Text to return when cannot map error
Statics§
- POSIX_
CATEGORY - Posix error category, suitable for all environments.
- SYSTEM_
CATEGORY - System error category, suitable for all environments.
Type Aliases§
- Message
Buf - Type alias for buffer to hold error code description.