Documentation

class Schemaproperty

Schema​.errors

The default error messages; override with localizable messages at application startup.

static errors: {
DEFAULT: StringConvertible;
REQUIRED: StringConvertible;
};

Related