RormError

Error struct passed into rorm callbacks. Generally this may not escape the callback, so it must always be used with scope, unless otherwise documented.

Usually it should not be neccessary to use this directly from user code.

Members

Enums

Tag
enum Tag

Representation of all error codes.

Functions

makeException
Exception makeException(string suffix)

Makes a human readable exception that can be thrown or returns null if there is no error.

opCast
bool opCast()

Returns false only when there is no error, otherwise true.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

tag
Tag tag;

Representation of all error codes.

Meta