Interface AttemptFailureReason

Hierarchy

  • AttemptFailureReason

Properties

externalMessage?: string
failureOrigin?: AttemptFailureOrigin
failureType?: AttemptFailureType
internalMessage?: string
retryable?: boolean

True if it is known that retrying may succeed, e.g. for a transient failure. False if it is known that a retry will not succeed, e.g. for a configuration issue. If not set, retryable status is not well known.

stacktrace?: string
timestamp: number

Generated using TypeDoc