Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ErrorEvent type definition
import { ErrorEvent } from "@openrouter/sdk/models"; let value: ErrorEvent = { code: "<value>", message: "<value>", param: "<value>", sequenceNumber: 0, type: "error", };
code
message
param
sequenceNumber
type