Reject

data class Reject(val status: Int, val message: String, val headers: Map<String, List<String>> = emptyMap()) : KeelInterceptorResult(source)

Constructors

Link copied to clipboard
constructor(status: Int, message: String, headers: Map<String, List<String>> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Int

Functions

Link copied to clipboard