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.

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.

status?: string

Property Value

string