ValidationResponse interface

Validation response

Properties

errorInfo

Failed validation result details

isValid

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