HttpFailure

class HttpFailure(val httpErrorCode: Int, val message: String) : RoutingFailure

Routing call ended with unexpected HTTP code.

Parameters

httpErrorCode

Http code the call ended with.

Constructors

Link copied to clipboard
fun HttpFailure(httpErrorCode: Int, message: String)

Properties

Link copied to clipboard
Link copied to clipboard