ValidationResponseErrorInfo interface
Failed validation result details
Properties
code | Error code indicating why validation failed NOTE: This property will not be serialized. It can only be populated by the server. |
message | Message indicating why validation failed NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
code
Error code indicating why validation failed NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
Property Value
string
message
Message indicating why validation failed NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string