WepinError

Constructors

Link copied to clipboard
constructor()
constructor(response: Json?)
constructor(exceptionMessage: String?)
constructor(exceptionMessage: String?, reason: Throwable?)
constructor(cause: Throwable?)
constructor(code: Int, errorDescription: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
var code: Int
Link copied to clipboard
Link copied to clipboard
var errorReason: Json?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
fun setErrorCode(errCode: Int)