NotFound

class NotFound(val url: String, val method: HttpMethod, message: String, val response: Response? = null) : RemoteRequestException

Constructors

Link copied to clipboard
constructor(url: String, method: HttpMethod, message: String, response: Response? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Short
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard
val response: Response? = null
Link copied to clipboard
val url: String

Functions

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