Companion

object Companion

Functions

Link copied to clipboard
fun create(message: String?, cause: Throwable?, error: AmityError, httpStatusCode: Int? = null): AmityException
fun create(message: String?, cause: Throwable?, code: Int, httpStatusCode: Int? = null): AmityException
Link copied to clipboard
fun fromResponse(response: Response): AmityException
Link copied to clipboard