Unknown

class Unknown(name: String, message: String?, val status: Int) : XrpcError

Fallback for any error name the caller has not mapped to a typed variant.

Constructors

Link copied to clipboard
constructor(name: String, message: String?, status: Int)

Properties

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