Package version:

Error model that can be exposed to the user.

interface ReplicationEligibilityResultsErrorInfo {
    code?: string;
    message?: string;
    possibleCauses?: string;
    recommendedAction?: string;
    status?: string;
}

Properties

code?: string

The error code.

message?: string

The error message.

possibleCauses?: string

The possible causes.

recommendedAction?: string

The recommended action.

status?: string

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