The data returned when an error is encountered.

interface ApiErrorResponse {
    errors: WatsonXAI.ApiError[];
    trace: string;
}

Properties

Properties

The list of errors.

trace: string

An identifier that can be used to trace the request.