Skip to content

IRErrorKind

This content is not available in your language yet.

type IRErrorKind =
| "rate_limited"
| "context_overflow"
| "auth"
| "server"
| "network"
| "connect"
| "stream_interrupted"
| "invalid_request"
| "policy_denied";

归一化错误类别(IRErrorKindSchema 推导)。