IFS::Error Namespace Reference

Enumerations

enum class  Value { XX , MAX }
 

Functions

String toString (int err)
 get text for an error code More...
 
bool isSystem (int err)
 Determine if the given IFS error code is system-specific. More...
 
int fromSystem (int syscode)
 Translate system error code into IFS error code. More...
 
int toSystem (int err)
 Translate IFS error code into SYSTEM code. More...
 

Variables

constexpr ErrorCode USER {-100}
 
constexpr ErrorCode SYSTEM {-1000}