interface ValidationErrorResult {
    reason: Error | ValidationError;
    type: "error";
}

Properties

Properties

reason: Error | ValidationError
type: "error"