Metadata
Metadata about a resolver error including execution context.
This class encapsulates various details about the error, such as the field name, parent type, operation name, whether it is a framework error, the resolvers involved, and execution context.
Constructors
Properties
The component name associated with the field definition.
The execution path to the field where the error occurred.
Indicates whether the error is a framework error or caused by a tenant.
Whether this error occurred inside a suboperation (e.g. a derived field provider execution). Suboperations have different fatality semantics for some exception types.
The name of the operation where the error occurred.
The type of the parent object where the error occurred.
The request context provided as an input to Viaduct.execute
Source location in the GraphQL query document where the field was requested.