Package akka.http.scaladsl.model
Class StatusCodes.ClientError
- java.lang.Object
-
- akka.http.javadsl.model.StatusCode
-
- akka.http.scaladsl.model.StatusCode
-
- akka.http.scaladsl.model.StatusCodes.HttpFailure
-
- akka.http.scaladsl.model.StatusCodes.ClientError
-
- All Implemented Interfaces:
LazyValueBytesRenderable,Renderable,java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
- StatusCodes
public static final class StatusCodes.ClientError extends StatusCodes.HttpFailure implements scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientError(int intValue, java.lang.String reason, java.lang.String defaultMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringdefaultMessage()Returns the default message to be included as the content of an Http response with this status-code.intintValue()Returns the numeric code of this status code.java.lang.Stringreason()Returns the reason message for this status code.-
Methods inherited from class akka.http.scaladsl.model.StatusCodes.HttpFailure
allowsEntity, isFailure, isRedirection, isSuccess
-
Methods inherited from class akka.http.scaladsl.model.StatusCode
int2StatusCode, value
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.impl.util.LazyValueBytesRenderable
render, toString, valueBytes
-
-
-
-
Method Detail
-
intValue
public int intValue()
Description copied from class:StatusCodeReturns the numeric code of this status code.- Specified by:
intValuein classStatusCode
-
reason
public java.lang.String reason()
Description copied from class:StatusCodeReturns the reason message for this status code.- Specified by:
reasonin classStatusCode
-
defaultMessage
public java.lang.String defaultMessage()
Description copied from class:StatusCodeReturns the default message to be included as the content of an Http response with this status-code.- Specified by:
defaultMessagein classStatusCode
-
-