NotImplemented

class NotImplemented(url: String, method: HttpMethod, message: String) : RemoteRequestException

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

cause
Link copied to clipboard
open val cause: Throwable?
code
Link copied to clipboard
val code: Short
message
Link copied to clipboard
open val message: String?
method
Link copied to clipboard
val method: HttpMethod
url
Link copied to clipboard
val url: String