IndexerFormattedError
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-indexer-public-data-provider / IndexerFormattedError
Class: IndexerFormattedError
An error describing the causes of error that occurred during server-side execution of a query against the Indexer.
Extendsβ
Error
Constructorsβ
Constructorβ
new IndexerFormattedError(
cause):IndexerFormattedError
Parametersβ
causeβ
readonly GraphQLFormattedError[]
An array of GraphQL errors that occurred during the server-side execution.
Returnsβ
IndexerFormattedError
Overridesβ
Error.constructor
Propertiesβ
causeβ
readonlycause: readonlyGraphQLFormattedError[]
An array of GraphQL errors that occurred during the server-side execution.
Inherited fromβ
Error.cause