local_storage/src/storage_exceptions library
Exceptions / Errors
- StorageDeserializationException
- Exception thrown when deserialization of stored data fails.
- StorageException
- Base exception class for storage-related errors.
- StorageKeyNotFoundException
- Exception thrown when a storage key is not found.
- StorageSerializationException
- Exception thrown when serialization of an object to storage fails.
- StorageTimeoutException
- Exception thrown when a storage operation times out.