open class UIError
UIError(message: String? = null)UIError(message: String? = null, throwable: Throwable? = null)UIError(message: String? = null, cause: UIError? = null) |
val cause: UIError? |
|
val message: String? |
|
var origin: Throwable? |
open fun equals(other: Any?): Boolean |
|
open fun hashCode(): Int |
|
open fun toString(): String |
class DatabaseException : UIError |
|
class NetworkException : UIError |