Skip to content

Commit

Permalink
ErrUnknownOpCode (#38)
Browse files Browse the repository at this point in the history
Add ErrUnknownOpCode "unknown import OpCode value"
  • Loading branch information
gertd authored Dec 15, 2023
1 parent 04c49d8 commit 99958d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/derr/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ var (
ErrInvalidRelationIdentifier = cerr.NewAsertoError("E20047", codes.InvalidArgument, http.StatusBadRequest, "invalid argument relation_identifier")
ErrProtoValidate = cerr.NewAsertoError("E20050", codes.InvalidArgument, http.StatusBadRequest, "")
ErrGraphDirectionality = cerr.NewAsertoError("E20052", codes.InvalidArgument, http.StatusPreconditionFailed, "unable to determine graph directionality")
ErrUnknownOpCode = cerr.NewAsertoError("E20053", codes.InvalidArgument, http.StatusPreconditionFailed, "unknown import OpCode value")
)

0 comments on commit 99958d5

Please sign in to comment.