Result

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Members

Enums

Status
enum Status
Undocumented in source.

Functions

isError
bool isError(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

Error
auto Error(A args)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

Failure
enum Failure;
Undocumented in source.
Success
enum Success;
Undocumented in source.
UnknownArgument
enum UnknownArgument;
Undocumented in source.

Variables

errorMsg
string errorMsg;
Undocumented in source.
resultCode
int resultCode;
Undocumented in source.
status
Status status;
Undocumented in source.
suggestions
const(string)[] suggestions;
Undocumented in source.

Meta