外观
@freenotes/web-runtime / HttpRetryOptions
Interface: HttpRetryOptions
Defined in: src/http/types.ts:15
Properties
backoffFactor?
optionalbackoffFactor?:number
Defined in: src/http/types.ts:18
delayMs?
optionaldelayMs?:number
Defined in: src/http/types.ts:17
maxRetries?
optionalmaxRetries?:number
Defined in: src/http/types.ts:16
retryableErrorCodes?
optionalretryableErrorCodes?: readonlystring[]
Defined in: src/http/types.ts:19
retryableMethods?
optionalretryableMethods?: readonlyHttpMethod[]
Defined in: src/http/types.ts:20
retryableStatusCodes?
optionalretryableStatusCodes?: readonlynumber[]
Defined in: src/http/types.ts:21