lithic-kotlin-root
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lithic-kotlin-root
lithic-kotlin-root
/
com.lithic.api.errors
/
LithicServiceException
Lithic
Service
Exception
abstract
class
LithicServiceException
:
LithicException
Inheritors
BadRequestException
InternalServerException
NotFoundException
PermissionDeniedException
RateLimitException
UnauthorizedException
UnexpectedStatusCodeException
UnprocessableEntityException
Members
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
body
Link copied to clipboard
abstract
fun
body
(
)
:
JsonValue
headers
Link copied to clipboard
abstract
fun
headers
(
)
:
Headers
status
Code
Link copied to clipboard
abstract
fun
statusCode
(
)
:
Int