EntityTooLarge

org.http4s.server.middleware.EntityLimiter.EntityTooLarge
final case class EntityTooLarge(limit: Long) extends MessageFailure, NoStackTrace

Attributes

Source
EntityLimiter.scala
Graph
Supertypes
trait Product
trait Equals
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

override def cause: Option[Throwable]

Attributes

Definition Classes
Source
EntityLimiter.scala
override def message: String

Provides a message appropriate for logging.

Provides a message appropriate for logging.

Attributes

Definition Classes
Source
EntityLimiter.scala
override def toHttpResponse[F[_]](httpVersion: HttpVersion): Response[F]

Provides a default rendering of this failure as a Response.

Provides a default rendering of this failure as a Response.

Attributes

Definition Classes
Source
EntityLimiter.scala

Inherited methods

Attributes

Inherited from:
Throwable
override def fillInStackTrace(): Throwable

Attributes

Definition Classes
Inherited from:
NoStackTrace
final override def getCause: Throwable

Attributes

Definition Classes
Inherited from:
MessageFailure
Source
MessageFailure.scala

Attributes

Inherited from:
Throwable
final override def getMessage: String

Attributes

Definition Classes
Inherited from:
MessageFailure
Source
MessageFailure.scala

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Throwable

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Throwable
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Throwable