ErrorRespondedException

class ErrorRespondedException(val remoteErrorMessage: String) : RuntimeException

Signals that the remote device has responded with an error.

Parameters

remoteErrorMessage

The error message responded from the remote device.

Constructors

Link copied to clipboard
constructor(remoteErrorMessage: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard