ProteusException

class ProteusException(message: String?, val code: ProteusException.Code, val intCode: Int?, cause: Throwable? = null)

Constructors

Link copied to clipboard
constructor(message: String?, code: Int, cause: Throwable? = null)
constructor(message: String?, code: ProteusException.Code, intCode: Int?, cause: Throwable? = null)

Types

Link copied to clipboard
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val intCode: Int?