MatrixServerException

open class MatrixServerException(val statusCode: HttpStatusCode, val errorResponse: ErrorResponse, val retryAfter: Long? = null) : Exception

Constructors

Link copied to clipboard
constructor(statusCode: HttpStatusCode, errorResponse: ErrorResponse, retryAfter: Long? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
expect open val message: String?
Link copied to clipboard
Link copied to clipboard
val statusCode: HttpStatusCode