Unsupported

class Unsupported(message: String?, data: IPersistentMap = PersistentHashMap.EMPTY, cause: Throwable? = null) : Anomaly.Caller

Constructors

Link copied to clipboard
constructor(message: String?, data: IPersistentMap = PersistentHashMap.EMPTY, cause: Throwable? = null)
constructor(message: String? = null, errorCode: String? = null, data: Map<String, *>? = null, cause: Throwable? = null)

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun getData(): IPersistentMap
Link copied to clipboard
open override fun hashCode(): Int