ConnectErrorResponse interface
Response of a failed connect event.
Property Details
code
The error code.
code: 400 | 401 | 500
Property Value
400 | 401 | 500
detail
The error detail.
detail?: string
Property Value
string