ErrorMessageDto

constructor(message: String, field: String? = null)

Parameters

message

Detailed message of the error.

`field` In case of a wrong field validation, this field contains the name of the field. If there was no field error, this field is empty.