aboutsummaryrefslogtreecommitdiff
path: root/objectid/errors.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:21:50 +0000
committerGravatar Runxi Yu2026-03-25 14:22:01 +0000
commite4373a7e553f8523db3e99ea316e1c25d30cc059 (patch)
treec21d0b20b1c4743619a05fdfcfa676ab2642da9e /objectid/errors.go
parent*: objecttype, objectheader -> object/type, object/header (diff)
signatureNo signature
*: objectid -> object/id
Diffstat (limited to 'objectid/errors.go')
-rw-r--r--objectid/errors.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/objectid/errors.go b/objectid/errors.go
deleted file mode 100644
index 8e604c44..00000000
--- a/objectid/errors.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package objectid
-
-import "errors"
-
-var (
- // ErrInvalidAlgorithm indicates an unsupported object ID algorithm.
- ErrInvalidAlgorithm = errors.New("objectid: invalid algorithm")
- // ErrInvalidObjectID indicates malformed object ID data.
- ErrInvalidObjectID = errors.New("objectid: invalid object id")
-)