Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new ApolloError(__namedParameters: { errorMessage: string; extraInfo: any; graphQLErrors: ReadonlyArray<any>; networkError: Error }): ApolloError
  • Parameters

    • __namedParameters: { errorMessage: string; extraInfo: any; graphQLErrors: ReadonlyArray<any>; networkError: Error }
      • errorMessage: string
      • extraInfo: any
      • graphQLErrors: ReadonlyArray<any>
      • networkError: Error

    Returns ApolloError

Properties

extraInfo

extraInfo: any

graphQLErrors

graphQLErrors: ReadonlyArray<GraphQLError>

message

message: string

name

name: string

networkError

networkError: Error | null

Optional stack

stack: string

Static Error

Error: ErrorConstructor

Generated using TypeDoc