source/core/errors/datum_error library

Exceptions / Errors

ConflictError
A synchronization conflict could not be resolved automatically.
DatumError
A sealed, pattern-matchable error type for Datum's result-returning (tryX) API surface.
NetworkError
A network/transport failure (no connection, timeout, server error).
NotFoundError
The requested entity does not exist locally or remotely.
StorageError
A local/remote storage, serialization, schema, or migration failure.
UnknownError
An error that does not map to a more specific case.
ValidationError
Input or precondition validation failed (bad request, invalid data).