Interface IJsonSchemaError

A error item for a JsonSchemaValidationFailedHandler handler.

interface IJsonSchemaError {
    errorCode: string;
    location: string;
    message: string;
    path: string;
}

Properties

errorCode: string

The error code.

location: string

The location.

message: string

The message.

path: string

The path.

Generated using TypeDoc