DebugServerException

Tracks errors connecting to or received from the debug server. The debug server returns errors as json objects. This exception represents that error.

Constructors

Link copied to clipboard
constructor(description: String)
constructor(detailMessage: String, throwable: Throwable?)

Types

Link copied to clipboard
object Companion

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