44extern _Thread_local
int cxerr;
const char * cxErrMsg(int err)
@ CX_Range
Value is out of valid range.
@ CX_Unspecified
Unknown or unspecified error occurred.
@ CX_FileNotFound
Requested file or resource does not exist.
@ CX_Success
Operation completed successfully (no error)
@ CX_ReadOnly
Attempted to write to read-only path or resource.
@ CX_AccessDenied
Permission denied or access not allowed.
@ CX_IsDirectory
Attempted to treat a directory as a file.
@ CX_AlreadyExists
File or resource already exists; refusing to overwrite.
@ CX_InvalidArgument
Function argument is invalid or malformed.