外观
@freenotes/web-runtime / HttpRetryConfig
Interface: HttpRetryConfig
Defined in: src/http/types.ts:24
Properties
backoffFactor
readonlybackoffFactor:number
Defined in: src/http/types.ts:25
delayMs
readonlydelayMs:number
Defined in: src/http/types.ts:26
maxRetries
readonlymaxRetries:number
Defined in: src/http/types.ts:27
retryableErrorCodes
readonlyretryableErrorCodes: readonlystring[]
Defined in: src/http/types.ts:28
retryableMethods
readonlyretryableMethods: readonlyHttpMethod[]
Defined in: src/http/types.ts:29
retryableStatusCodes
readonlyretryableStatusCodes: readonlynumber[]
Defined in: src/http/types.ts:30