Package version:

Extended location of the resource.

interface A2ASharedDiskIRErrorDetails {
    errorCode?: string;
    errorCodeEnum?: string;
    errorMessage?: string;
    possibleCauses?: string;
    recommendedAction?: string;
}

Properties

errorCode?: string

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

errorCodeEnum?: string

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

errorMessage?: string

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

possibleCauses?: string

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

recommendedAction?: string

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