CodedError

interface CodedError

Inheritors

Properties

Link copied to clipboard
abstract val message: String?
Link copied to clipboard
abstract val ordinal: Int

Functions

Link copied to clipboard
open fun computeHash(className: String): String
Link copied to clipboard
open fun getCode(className: String): String
Link copied to clipboard
abstract fun getThrowable(): Exception
abstract fun getThrowable(message: String): Exception
abstract fun getThrowable(cause: Throwable): Exception