CallError

open class CallError : Error

fail reasons when launch VoIP call

Constructors

Link copied to clipboard
open fun CallError(code: Int, @Nullable message: String)
Constructor to define a new VoIP call error.

Types

Link copied to clipboard
annotation class ErrorCode
fail reasons when launch VoIP call

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.

Inheritors

Link copied to clipboard