type
Store errors
var (
ErrNotFound error
ErrConflict error
ErrAuthInitialized error
ErrDeleteRestricted error
ErrPopulationLimit error
ErrTaskLeaseLost error
)Stable adapter error sentinels.
Adapters must translate native errors to these sentinels so the operation runtime can preserve stable behavior. Use errors.Is rather than matching text.