ValidationErrorInfo interface
The validation error information.
Properties
code | The error code. |
error |
The error resource. |
message | The error message. |
message |
The message arguments |
Property Details
code
The error code.
code?: string
Property Value
string
errorResource
The error resource.
errorResource?: string
Property Value
string
message
The error message.
message?: string
Property Value
string
messageArguments
The message arguments
messageArguments?: string[]
Property Value
string[]