Validation.Error

Representation of an error.

class Validation
static
struct Error {}

Members

Variables

field
string field;

Field that the error is associated to. If the error is not associated to any particular field or it is associated to all of the them the value of this member id *.

message
string message;

Error message. Can be an error code a sentence in a human-readable language. It's the last parameter is a custom validator.

Meta