Skip to main content

Interface: IApplicationFailureInfo

failure.v1.IApplicationFailureInfo

Properties of an ApplicationFailureInfo.

Implemented by

Properties

details

Optional details: null | IPayloads

ApplicationFailureInfo details


nextRetryDelay

Optional nextRetryDelay: null | IDuration

next_retry_delay can be used by the client to override the activity retry interval calculated by the retry policy. Retry attempts will still be subject to the maximum retries limit and total time limit defined by the policy. ATTENTION: this value will be ignored if set for failures produced by the workflow.


nonRetryable

Optional nonRetryable: null | boolean

ApplicationFailureInfo nonRetryable


type

Optional type: null | string

ApplicationFailureInfo type