Error

class Error : RuntimeException(source)

An exception for replies returned by the control connection which contain status codes starting with 3, 4, or 5, as described in the control-spec.

replies are guaranteed to have at least 1 Reply.

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
@JvmField
val jobName: String
Link copied to clipboard
open override val message: String
Link copied to clipboard
@JvmField
val replies: List<Reply>