Interface: IHandlerError
Properties of a HandlerError.
Hierarchy
-
↳
IHandlerError
Properties
errorType
• Optional errorType: null | string
See https://github.com/nexus-rpc/api/blob/main/SPEC.md#predefined-handler-errors.
Inherited from
failure
• Optional failure: null | $Properties
HandlerError failure
Inherited from
retryBehavior
• Optional retryBehavior: null | NexusHandlerErrorRetryBehavior
Retry behavior, defaults to the retry behavior of the error type as defined in the spec.