RetryPendingInfo
@forge/monorepo / backend/src / RetryPendingInfo
Type Alias: RetryPendingInfo
RetryPendingInfo =
object
Defined in: backend/src/runtime/retry.ts:123
Properties
attempt
readonlyattempt:number
Defined in: backend/src/runtime/retry.ts:124
delayMs
readonlydelayMs:number
Defined in: backend/src/runtime/retry.ts:126
error
readonlyerror:PlatformError
Defined in: backend/src/runtime/retry.ts:128
maxAttempts
readonlymaxAttempts:number
Defined in: backend/src/runtime/retry.ts:125
nextAttemptAt
readonlynextAttemptAt:string
Defined in: backend/src/runtime/retry.ts:127