MastodonApiException

data class MastodonApiException(val errorCode: Int, val apiError: Error?) : Exception

Constructors

Link copied to clipboard
constructor(errorCode: Int, apiError: Error?)

Properties

Link copied to clipboard

Error details optionally returned by the API.

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

HTTP status code returned by the API.

Link copied to clipboard
open val message: String?