fix: Improve error handling for malformed records in SQLite storage
This commit is contained in:
@@ -4,5 +4,6 @@ import "errors"
|
||||
|
||||
// Errors for storages.
|
||||
var (
|
||||
ErrNotFound = errors.New("storage entry not found")
|
||||
ErrNotFound = errors.New("storage entry not found")
|
||||
ErrRecordMalformed = errors.New("record is malformed")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user