A description of the error that caused the response to fail, populated when the status is failed.

interface Error {
    code?: string;
    type?: string;
}

Properties

Properties

code?: string

Error code, if any.

type?: string

The type of error.