Package com.atlan.exception
package com.atlan.exception
Checked errors that could occur within the SDK, to allow appropriate error-handling if / when they do occur.
-
ClassDescriptionError that occurs when there is an intermittent issue with the API, such as a network outage or an inability to connect due to an incorrect URL.Error that occurs when the SDK receives a response that indicates a problem, but that the SDK currently has no other way of interpreting.Base class for any error raised by interactions with Atlan's APIs.Error that occurs when there is a problem with the API token configured in the SDK.Error that occurs if the operation being attempted hits a conflict within Atlan.Class to capture the details of individual error messages.Error that occurs if the request being attempted is not valid for some reason, such as containing insufficient parameters or incorrect values for those parameters.Error that occurs when an unexpected logic problem arises.Error that occurs if a requested object does not exist.Error that occurs if the API token configured for the SDK does not have permission to access or carry out the requested operation on a given object.Error that occurs when no further requests are being accepted from the IP address on which the SDK is running.