Returns string describing the error number. If a description for a specific error number is not available, returns $(D_KEYWORD null).
String describing the error number.
ErrorCode ec = ErrorCode.fault; assert(ec.toString() == "An invalid pointer address detected");
See Implementation
Returns string describing the error number. If a description for a specific error number is not available, returns $(D_KEYWORD null).