NotFound

class NotFound(    val url: String,     val method: HttpMethod,     message: String) : RemoteRequestException

Constructors

Link copied to clipboard
fun NotFound(    url: String,     method: HttpMethod,     message: String)

Functions

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

Properties

Link copied to clipboard
val code: Short
Link copied to clipboard
val method: HttpMethod
Link copied to clipboard
val url: String