Error

class Error : Result

Constructors

Link copied to clipboard
constructor(error: Exception)
constructor(errorMsg: String)
constructor(errorCode: String, errorMsg: String)

Functions

Link copied to clipboard
open fun toString(): String