Skip to main content

Enumeration: NexusHandlerErrorRetryBehavior

enums.v1.NexusHandlerErrorRetryBehavior

NexusHandlerErrorRetryBehavior allows nexus handlers to explicity set the retry behavior of a HandlerError. If not specified, retry behavior is determined from the error type. For example internal errors are not retryable by default unless specified otherwise.

Enumeration Members

NEXUS_HANDLER_ERROR_RETRY_BEHAVIOR_NON_RETRYABLE

NEXUS_HANDLER_ERROR_RETRY_BEHAVIOR_NON_RETRYABLE = 2

A handler error is explicitly marked as non-retryable.


NEXUS_HANDLER_ERROR_RETRY_BEHAVIOR_RETRYABLE

NEXUS_HANDLER_ERROR_RETRY_BEHAVIOR_RETRYABLE = 1

A handler error is explicitly marked as retryable.


NEXUS_HANDLER_ERROR_RETRY_BEHAVIOR_UNSPECIFIED

NEXUS_HANDLER_ERROR_RETRY_BEHAVIOR_UNSPECIFIED = 0

NEXUS_HANDLER_ERROR_RETRY_BEHAVIOR_UNSPECIFIED value