RetryState
@forge/monorepo / frontend/src / RetryState
Type Alias: RetryState
RetryState =
object
Defined in: frontend/src/hooks/index.ts:53
Retry detail surfaced from the latest run.retry-pending event, so a UI can show
"attempt 2 of 5, retrying in ~3s" and not just the bare retry-pending status.
undefined once the run leaves retry-pending.
Properties
attempt
readonlyattempt:number
Defined in: frontend/src/hooks/index.ts:54
maxAttempts
readonlymaxAttempts:number
Defined in: frontend/src/hooks/index.ts:55
nextAttemptAt
readonlynextAttemptAt:string
Defined in: frontend/src/hooks/index.ts:56
reason
readonlyreason:PlatformError
Defined in: frontend/src/hooks/index.ts:57