Class UnprocessableEntityException

All Implemented Interfaces:
Serializable

public class UnprocessableEntityException extends InfluxException
Indicates that the server understands the content type of the request entity, and the syntax of the request entity is correct, but it was unable to process the contained instructions.
Author:
Jakub Bednar (bednar@github) (01/02/2019 12:18)
See Also:
  • Constructor Details

    • UnprocessableEntityException

      public UnprocessableEntityException(@Nullable retrofit2.Response<?> cause)