MessagingError

open class MessagingError : Error

Constructors

Link copied to clipboard
open fun MessagingError(code: Int, @Nullable message: String)

Types

Link copied to clipboard
annotation class ErrorCode

Functions

Link copied to clipboard
open fun create(code: Int, @Nullable message: String): MessagingError

Inherited functions

Link copied to clipboard
open fun getCode(): Int
Link copied to clipboard
open fun getMessage(): String