RealtimeServerEventErrorError interface
model interface RealtimeServerEventErrorError
Properties
| code | A machine-readable code identifying the realtime error. |
| event_id | The identifier of the client event that caused the error, when applicable. |
| message | A description of the realtime error intended for diagnostic use. |
| param | The request parameter associated with the error, when applicable. |
| type | The category of realtime error, such as an invalid request or a server error. |
Property Details
code
A machine-readable code identifying the realtime error.
code?: string
Property Value
string
event_id
The identifier of the client event that caused the error, when applicable.
event_id?: string
Property Value
string
message
A description of the realtime error intended for diagnostic use.
message: string
Property Value
string
param
The request parameter associated with the error, when applicable.
param?: string
Property Value
string
type
The category of realtime error, such as an invalid request or a server error.
type: string
Property Value
string