ResponseInvalid

The standard message type to send back when there are validation errors from the data that the client sent

@SetResponseStatus(ResponseStatus.INVALID)
struct ResponseInvalid {}

Members

Variables

errors
ValidationError[] errors;

An array with the validation errors

Meta