-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Would it be possible to define a common Error enum for the StorageProtocol? Seems that now the errors are simply Error protocol, so making switch cases to determine the real cause is difficult.
For example
enum StorageError {
case general(error: Error)
case write(error: Error)
case noValue(for: Key)
}Metadata
Metadata
Assignees
Labels
No labels