Interface CdaError

Export

CdaError

interface CdaError {
    details?: {
        [key: string]: object;
    };
    incidentIdentifier?: string;
    message?: string;
}

Properties

details?: {
    [key: string]: object;
}

Type declaration

  • [key: string]: object

Memberof

CdaError

incidentIdentifier?: string

A randomly generated number to help identify your request in the logs for analysis..

Memberof

CdaError

message?: string

Memberof

CdaError