HttpError

class HttpError(val httpErrorCode: Int, message: String? = null) : RoutingError

Routing call ended with unexpected HTTP code.

Parameters

httpErrorCode

Http code the call ended with.

Constructors

Link copied to clipboard
fun HttpError(httpErrorCode: Int, message: String? = null)

Properties

Link copied to clipboard
val httpErrorCode: Int
Link copied to clipboard
val message: String?