Type Alias: PollError
PollError = {
attempts:number;type:"max_attempts"; } | {elapsed:number;type:"timeout"; } | {attempt:number;type:"stopped"; }
Defined in: async/poll/index.ts:9
Error type returned when polling fails.
PollError = {
attempts:number;type:"max_attempts"; } | {elapsed:number;type:"timeout"; } | {attempt:number;type:"stopped"; }
Defined in: async/poll/index.ts:9
Error type returned when polling fails.