StoryblokClientException

open class StoryblokClientException(message: String?, cause: Throwable?) : Exception(source)

Exception thrown on errors occurring during StoryblokClient operations.

Parameters

message

The error message, typically from the API response.

cause

The underlying exception, if any.

Constructors

Link copied to clipboard
constructor(message: String?, cause: Throwable?)
constructor(message: String?)
constructor(cause: Throwable?)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?