Status

Undocumented in source.

Constructors

this
this(StatusCode code, string error_message, string error_details)
Undocumented in source.

Members

Functions

errorCode
StatusCode errorCode()
Undocumented in source. Be warned that the author may not have intended to support it.
errorMessage
string errorMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
error_details
string error_details()
Undocumented in source. Be warned that the author may not have intended to support it.
ok
bool ok()
Undocumented in source. Be warned that the author may not have intended to support it.
setErrorMessage
void setErrorMessage(string msg)
Undocumented in source. Be warned that the author may not have intended to support it.
setStatusCode
void setStatusCode(StatusCode code)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

OK
Status OK;
Undocumented in source.

Meta