HttpStatusException
HttpStatusException
open class HttpStatusException : ButtonNetworkException
Network error with status code encountered when communicating with the Button API
Members
Constructors
constructor(message: String, statusCode: Int)
Functions
open fun wasBadRequest(): Boolean
open fun wasRateLimited(): Boolean
open fun wasServerError(): Boolean
open fun wasUnauthorized(): Boolean