CustomRejection

com.netflix.atlas.pekko.CustomRejection
case class CustomRejection(status: StatusCode, message: String) extends Rejection

Rejection type that can be used with the RequestHandler to fully customize the status code and diagnostic message returned to the user.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Rejection
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