Module: Temporalio::Error::NexusHandlerError::RetryBehavior

Defined in:
lib/temporalio/error/failure.rb

Overview

Nexus handler error retry behavior.

Constant Summary collapse

UNSPECIFIED =

Unspecified retry behavior.

Api::Enums::V1::NexusHandlerErrorRetryBehavior::NEXUS_HANDLER_ERROR_RETRY_BEHAVIOR_UNSPECIFIED
RETRYABLE =

Retryable error.

Api::Enums::V1::NexusHandlerErrorRetryBehavior::NEXUS_HANDLER_ERROR_RETRY_BEHAVIOR_RETRYABLE
NON_RETRYABLE =

Non-retryable error.

Api::Enums::V1::NexusHandlerErrorRetryBehavior::NEXUS_HANDLER_ERROR_RETRY_BEHAVIOR_NON_RETRYABLE