ErrorMessage interface
An interface representing ErrorMessage.
Properties
lang | The language code of the error message. |
value | The text of the message. |
Property Details
lang
The language code of the error message.
lang?: string
Property Value
string
value
The text of the message.
value?: string
Property Value
string