Interface: IApplicationFailureInfo
failure.v1.IApplicationFailureInfo
Properties of an ApplicationFailureInfo.
Hierarchy
-
↳
IApplicationFailureInfo
Properties
category
• Optional category: null | ApplicationErrorCategory
ApplicationFailureInfo category
Inherited from
details
• Optional details: null | $Properties
ApplicationFailureInfo details
Inherited from
nextRetryDelay
• Optional nextRetryDelay: null | $Properties
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.
Inherited from
nonRetryable
• Optional nonRetryable: null | boolean
ApplicationFailureInfo nonRetryable
Inherited from
type
• Optional type: null | string
ApplicationFailureInfo type