Sdílet prostřednictvím


ValidationErrorInfo interface

The validation error information.

Properties

code

The error code.

errorResource

The error resource.

message

The error message.

messageArguments

The message arguments

Property Details

code

The error code.

code?: string

Property Value

string

errorResource

The error resource.

errorResource?: string

Property Value

string

message

The error message.

message?: string

Property Value

string

messageArguments

The message arguments

messageArguments?: string[]

Property Value

string[]