ErrorCode

System error code.

Constructors

this
this(ErrorNo value)

Constructor.

Alias This

ErrorNo

Members

Enums

ErrorNo
enum ErrorNo

Error code numbers.

Functions

opAssign
ErrorCode opAssign(ErrorNo that)
ErrorCode opAssign(ErrorCode that)

Assigns another error code or error code number.

opCast
ErrorNo opCast()
opEquals
bool opEquals(ErrorNo that)
bool opEquals(ErrorCode that)

Equality with another error code or error code number.

reset
void reset()

Resets this $(D_PSYMBOL ErrorCode) to default ($(D_PSYMBOL ErrorCode.success)).

toString
string toString()

Returns string describing the error number. If a description for a specific error number is not available, returns $(D_KEYWORD null).

Meta