Interface ResponseError<D>

Type Parameters

  • D = any

Hierarchy

  • Error
    • ResponseError

Properties

cause?: unknown
data: D
message: string
name: string
request: {
    options: RequestOptionsInit;
    url: string;
}

Type declaration

stack?: string
type: string

Generated using TypeDoc