LoggerError

open class LoggerError : Error

Constructors

Link copied to clipboard
open fun LoggerError(code: Int, @Nullable message: String)
Constructor to define a new error for callback.

Types

Link copied to clipboard
annotation class ErrorCode
fail reasons when load contacts

Functions

Link copied to clipboard
open fun getCode(): Int
Get the error code.
Link copied to clipboard
open fun getMessage(): String
Get the description message for the error.