LeviLamina
|
Public Types | |
enum class | ErrorType : char { NotExist = 0 , VersionMismatch = 1 } |
Public Member Functions | |
GetServiceError (ErrorType code, size_t version=0) | |
LLAPI std::string | message () const noexcept override |
Public Attributes | |
ErrorType | code |
size_t | version |
|
overridevirtualnoexcept |
Implements ll::ErrorInfoBase.