Skip to content

apollo-code


apollo-code / provider-kit/src / ProviderError

Interface: ProviderError

Extends

  • Error

Properties

category

category: ApolloErrorCategory


cause?

optional cause?: unknown

Overrides

Error.cause


message

message: string

Inherited from

Error.message


model?

optional model?: string


name

name: string

Inherited from

Error.name


provider

provider: string


retryable

retryable: boolean


retryAfterMs?

optional retryAfterMs?: number


stack?

optional stack?: string

Inherited from

Error.stack


status?

optional status?: number