SchemeRejection

pl.iterators.stir.server.SchemeRejection
final case class SchemeRejection(supported: String) extends Rejection

Rejection created by scheme filters. Signals that the request was rejected because the Uri scheme is unsupported.

Attributes

Source
Rejection.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Rejection
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product