ErrorForbidden

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

Error forbidden

Constructors

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

Properties

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