NotFoundException
open class NotFoundException(message: String = "Not found", status: HttpStatusCode = HttpStatusCode.NotFound, response: Response? = null) : HttpException
Thrown on HTTP response for a missing resource (usually HttpStatusCode.NotFound or HttpStatusCode.Gone).
Constructors
Link copied to clipboard
constructor(message: String = "Not found", status: HttpStatusCode = HttpStatusCode.NotFound, response: Response? = null)