PrivmxException

Thrown when a PrivMX Endpoint method encounters an exception.

Parameters

message

brief information about exception

Properties

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

detailed information about exception

Link copied to clipboard

Returns full information about exception as a formatted string.

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

special name for this exception

Link copied to clipboard

scope of this exception

Functions

Link copied to clipboard
fun getCode(): UInt

Returns exception code as UInt.

Link copied to clipboard
open override fun toString(): String

Returns full information about the exception.