Examine a parsed JSON-RPC response and classify any embedded error. The session initialization and Too Many Requests triggers signal that the caller should null its sessionId, await a backoff, and replay the request (bounded retry โ typically 2 attempts).
Examine a parsed JSON-RPC response and classify any embedded error. The
session initializationandToo Many Requeststriggers signal that the caller should null itssessionId, await a backoff, and replay the request (bounded retry โ typically 2 attempts).