ValidationResponse interface
Validation response
Properties
error |
Failed validation result details |
is |
Whether or not validation succeeded NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
errorInfo
Failed validation result details
errorInfo?: ValidationResponseErrorInfo
Property Value
isValid
Whether or not validation succeeded NOTE: This property will not be serialized. It can only be populated by the server.
isValid?: boolean
Property Value
boolean