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