KaryaClientException

@Serializable
sealed class KaryaClientException : KaryaException

Base class for exceptions specific to the Karya client.

Inheritors

Types

Link copied to clipboard
@Serializable
data class KaryaServer4xxException(val message: String) : KaryaClientException

Exception class for 4xx HTTP status codes.

Link copied to clipboard
@Serializable
data class KaryaServer5xxException(url: String, statusCode: Int, text: String, val message: String = "Server responded with --- [") : KaryaClientException

Exception class for 5xx HTTP status codes.

Link copied to clipboard
@Serializable
data class KaryaServerUnknownException(url: String, statusCode: Int, text: String, val message: String = "Server responded with --- [") : KaryaClientException

Exception class for unknown HTTP status codes.

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard