ValidationResultProperties interface
The properties of the validation result.
Properties
code | Result Code. NOTE: This property will not be serialized. It can only be populated by the server. |
level | Result Level. NOTE: This property will not be serialized. It can only be populated by the server. |
message | The validation message. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
code
Result Code. NOTE: This property will not be serialized. It can only be populated by the server.
code?: string
Property Value
string
level
Result Level. NOTE: This property will not be serialized. It can only be populated by the server.
level?: string
Property Value
string
message
The validation message. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string