Skip to content

Interface: DormValidationResponse

Defined in: src/validation/errors.ts:32

The serialized shape returned by DormValidationError.toJsonResponse.

Properties

message

message: string

Defined in: src/validation/errors.ts:33


errors

errors: DormFieldError[]

Defined in: src/validation/errors.ts:34

Released under the MIT License.