AplusWriteException

open class AplusWriteException(status: HttpStatusCode, val detail: String) : AplusException(source)

Inheritors

Constructors

Link copied to clipboard
constructor(status: HttpStatusCode, detail: String)

Properties

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