ErrorMessageAdmDto

data class ErrorMessageAdmDto(var message: String, var field: String? = null)

Message, which contains more details about the error.

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.

Constructors

Link copied to clipboard
constructor(message: String, field: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard