Skip to main content

Interface: IApplicationFailureInfo

failure.v1.IApplicationFailureInfo

Properties of an ApplicationFailureInfo.

Hierarchy

Properties

category

Optional category: null | ApplicationErrorCategory

ApplicationFailureInfo category

Inherited from

$Properties.category


details

Optional details: null | $Properties

ApplicationFailureInfo details

Inherited from

$Properties.details


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

$Properties.nextRetryDelay


nonRetryable

Optional nonRetryable: null | boolean

ApplicationFailureInfo nonRetryable

Inherited from

$Properties.nonRetryable


type

Optional type: null | string

ApplicationFailureInfo type

Inherited from

$Properties.type