source/core/errors/datum_exception library

Exceptions / Errors

AdapterException
Exception thrown when an error occurs within an adapter implementation.
AuthenticationException
Exception thrown when authentication fails.
AuthorizationException
Exception thrown when authorization fails.
BadRequestException
Exception thrown when the client makes a bad request.
CancellationException
Exception thrown when an operation is cancelled.
ConflictException
Exception thrown when a conflict is detected during synchronization.
DatumException
Base exception class for all errors originating from the Datum library.
EntityNotFoundException
Exception thrown when an entity with the specified ID is not found.
MigrationException
NetworkException
Exception thrown when a network-related error occurs.
PreconditionFailedException
Exception thrown when a precondition for an operation is not met.
SerializationException
Exception thrown when an error occurs during data serialization or deserialization.
ServerException
Exception thrown when the server responds with an error.
TimeoutException
Exception thrown when an operation times out.
UnavailableException
Exception thrown when the requested resource is unavailable.
UnknownException
Exception thrown when original exception unknown
UserSwitchException
ValidationException
Exception thrown when a validation error occurs.