InvalidContentException

class InvalidContentException(message: String? = null, cause: Throwable? = null) : ApiClientException

The body of the response was invalid or the serializer for the requested model was not found.

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)