Skip to content

Commit 007800f

Browse files
committed
Bump error codes up by one
1 parent f0ae3e7 commit 007800f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

validator.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ type SpecContainer struct {
2121
}
2222

2323
const (
24-
FileError = iota
24+
_ = iota
25+
FileError
2526
UnmarshalError
2627
InvalidRequest
2728
FailedRequest

0 commit comments

Comments
 (0)