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

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product