A list of error responses returned when a request is unsuccessful.

Export

Errors

interface Errors {
    errors: Error[];
}

Properties

Properties

errors: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

Errors