DecodingFailure

case DecodingFailure(decodingError: String, response: Response[String]) extends HttpError

A BadPayload means that the body of the response could not be parsed correctly.

Value parameters:
decodingError

debugging message that explains what went wrong

response

the response

Value members

Inherited methods

Inherited from:
Product