Function: classifyStatus()
classifyStatus(status): object
Defined in: src/server/ai/providers/shared.ts:18
Map an HTTP status to an error kind + whether falling back to another provider is worth it.
Parameters
status
number
Returns
object
kind
kind: AiErrorKind
retryable
retryable: boolean