Share via


ConnectErrorResponse interface

Response of a failed connect event.

Properties

code

The error code.

detail

The error detail.

Property Details

code

The error code.

code: 400 | 401 | 500

Property Value

400 | 401 | 500

detail

The error detail.

detail?: string

Property Value

string