Skip to content
Snippets Groups Projects
Commit fd1119d3 authored by Alena Petraki's avatar Alena Petraki :nail_care_tone1: Committed by Alex Petraky
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent ed3e442a
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@ package id
import "errors"
var (
ErrInvalid = errors.New("invalid ObjectId")
ErrUnknown = errors.New("unknown ObjectId type")
ErrInvalidID = errors.New("invalid ObjectId")
ErrUnknownType = errors.New("unknown ObjectId type")
ErrHandlerNotFound = errors.New("ObjectId handler not found")
ErrTypeNotFound = errors.New("type key not found in map")
ErrInvalidType = errors.New("ObjectId should be a string")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment