KaryaServer5xxException

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

Exception class for 5xx 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