SnowMappy SDK
androidJvm
SnowMappy SDK
/
io.bemappy.sdk.models.exceptions.http
Package-level
declarations
Types
Types
Bad
Request
Error
Link copied to clipboard
open
class
BadRequestError
(
throwable
:
Throwable
)
:
Throwable
Forbidden
Error
Link copied to clipboard
open
class
ForbiddenError
(
throwable
:
Throwable
)
:
Throwable
Invalid
Payload
Error
Link copied to clipboard
class
InvalidPayloadError
(
throwable
:
Throwable
)
:
BadRequestError
No
Internet
Error
Link copied to clipboard
class
NoInternetError
(
throwable
:
Throwable
)
:
Throwable
Not
Found
Error
Link copied to clipboard
open
class
NotFoundError
(
throwable
:
Throwable
)
:
Throwable
Unauthorized
Error
Link copied to clipboard
class
UnauthorizedError
(
throwable
:
Throwable
)
:
Throwable
Unprocessable
Entity
Error
Link copied to clipboard
open
class
UnprocessableEntityError
(
throwable
:
Throwable
)
:
Throwable