Error404

data class Error404(val msg: String? = null, val status: HttpStatusCode = HttpStatusCode.NotFound) : AppException

Error 404

Constructors

Link copied to clipboard
fun Error404(msg: String? = null, status: HttpStatusCode = HttpStatusCode.NotFound)

Properties

Link copied to clipboard
val msg: String? = null
Link copied to clipboard
open override val status: HttpStatusCode