Class InvalidResponseException

All Implemented Interfaces:
Serializable

public class InvalidResponseException extends CdfIOException
Indicates an invalid response from Cognite Data Fusion. When making a request to Cognite Data Fusion, the system may respond with various response codes depending on how the request was processed. If the response code is not within the defined range of valid codes, this exception is thrown.
See Also:
  • Constructor Details

    • InvalidResponseException

      public InvalidResponseException(String errorMessage)