RetryAfterPolicy
Defined in: packages/core/src/errors.ts:100
Properties
섹션 제목: “Properties”byCode?
섹션 제목: “byCode?”
optionalbyCode?:Readonly<Record<string,number>>
Defined in: packages/core/src/errors.ts:104
Delays keyed by provider error code or canonical KMsgErrorCode.
byStatus?
섹션 제목: “byStatus?”
optionalbyStatus?:Readonly<Record<string,number>>
Defined in: packages/core/src/errors.ts:106
Delays keyed by normalized HTTP status.
defaultMs?
섹션 제목: “defaultMs?”
optionaldefaultMs?:number
Defined in: packages/core/src/errors.ts:102
Fallback delay when no code or status mapping matches.