Skip to content

apollo-code


apollo-code / shared/src / NormalizedErrorInit

Interface: NormalizedErrorInit

Properties

category

category: ApolloErrorCategory


cause?

optional cause?: unknown


code

code: string


details?

optional details?: JsonValue


message

message: string


retryable

retryable: boolean


retryAfterMs?

optional retryAfterMs?: number


source

source: ErrorSource


status?

optional status?: number