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
/
RateLimitException
Rate
Limit
Exception
class
RateLimitException
:
LithicServiceException
Members
Types
Builder
Link copied to clipboard
class
Builder
A builder for
RateLimitException
.
Companion
Link copied to clipboard
object
Companion
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
open
override
fun
body
(
)
:
JsonValue
headers
Link copied to clipboard
open
override
fun
headers
(
)
:
Headers
status
Code
Link copied to clipboard
open
override
fun
statusCode
(
)
:
Int
to
Builder
Link copied to clipboard
fun
toBuilder
(
)
:
RateLimitException.Builder