ServerEventErrorDetails interface
Details of the error.
Properties
| code | Error code, if any. |
| event |
The event_id of the client event that caused the error, if applicable. |
| message | A human-readable error message. |
| param | Parameter related to the error, if any. |
| type | The type of error (e.g., "invalid_request_error", "server_error"). |
Property Details
code
Error code, if any.
code?: string
Property Value
string
eventId
The event_id of the client event that caused the error, if applicable.
eventId?: string
Property Value
string
message
A human-readable error message.
message: string
Property Value
string
param
Parameter related to the error, if any.
param?: string
Property Value
string
type
The type of error (e.g., "invalid_request_error", "server_error").
type: string
Property Value
string