KaryaServerUnknownException

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

Exception class for unknown HTTP status codes.

Constructors

Link copied to clipboard
constructor(url: String, statusCode: Int, text: String, message: String = "Server responded with --- [")

Properties

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

The error message.

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