Storyblok Kotlin
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Storyblok Kotlin
Content Delivery API Client
/
com.storyblok.cdn
/
StoryblokClientException
/
StoryblokClientException
Storyblok
Client
Exception
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
(
source
)
Parameters
message
The error message, typically from the API response.
cause
The underlying exception, if any.
constructor
(
message
:
String
?
)
(
source
)
constructor
(
cause
:
Throwable
?
)
(
source
)