Interface: ApplicationFailureOptions
common.ApplicationFailureOptions
Properties
cause
• Optional
cause: Error
Cause of the failure
details
• Optional
details: unknown
[]
Details about the failure. Serialized by the Worker's PayloadConverter.
message
• Optional
message: string
Error message
nonRetryable
• Optional
nonRetryable: boolean
Whether the current Activity or Workflow can be retried
Default
false
type
• Optional
type: string
Error type (used by nonRetryableErrorTypes)