HttpError.unknown

DESCRIPTION

Thrown if some other HTTP error was returned from the Nabto WebRTC Signaling Service.

DECLARATION

case unknown(statusCode: Int, message: String? = nil)

PARAMETERS

statusCode:
the http status code.
message:
the friendly message describing the error.