RequestFailure
com.sksamuel.elastic4s.RequestFailure
case class RequestFailure(status: Int, body: Option[String], headers: Map[String, String], error: ElasticError) extends Response[Nothing]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Response[Nothing]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Returns true if this response is an error state.
Returns the marshalled response U if this is an instance of RequestSuccess, otherwise throws an exception.
Returns the marshalled response U if this is an instance of RequestSuccess, otherwise throws an exception.
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Response
Returns true if this response was successful
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article