Button Merchant Library
1.6.1
androidJvm
Button Merchant Library
/
com.usebutton.merchant.exception
/
HttpStatusException
Http
Status
Exception
open
class
HttpStatusException
:
ButtonNetworkException
Network error with status code encountered when communicating with the Button API
Members
Constructors
Http
Status
Exception
Link copied to clipboard
constructor
(
message
:
String
,
statusCode
:
Int
)
Functions
was
Bad
Request
Link copied to clipboard
open
fun
wasBadRequest
(
)
:
Boolean
was
Rate
Limited
Link copied to clipboard
open
fun
wasRateLimited
(
)
:
Boolean
was
Server
Error
Link copied to clipboard
open
fun
wasServerError
(
)
:
Boolean
was
Unauthorized
Link copied to clipboard
open
fun
wasUnauthorized
(
)
:
Boolean