ServerEventWarningDetails interface
Details of the warning.
Properties
| code | Warning code, if any. |
| message | A human-readable warning message. |
| param | Parameter related to the warning, if any. |
Property Details
code
Warning code, if any.
code?: string
Property Value
string
message
A human-readable warning message.
message: string
Property Value
string
param
Parameter related to the warning, if any.
param?: string
Property Value
string