Class InvalidResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cognite.client.servicesV1.exception.CdfIOException
com.cognite.client.servicesV1.exception.InvalidResponseException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidResponseException
-