共用方式為


ReplicationEligibilityResultsErrorInfo interface

Error model that can be exposed to the user.

Properties

code

The error code.

message

The error message.

possibleCauses

The possible causes.

recommendedAction

The recommended action.

status

The error status. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

code

The error code.

code?: string

Property Value

string

message

The error message.

message?: string

Property Value

string

possibleCauses

The possible causes.

possibleCauses?: string

Property Value

string

recommendedAction

The recommended action.

recommendedAction?: string

Property Value

string

status

The error status. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string