aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-openapi/spec/errors.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-openapi/spec/errors.go')
-rw-r--r--vendor/github.com/go-openapi/spec/errors.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/go-openapi/spec/errors.go b/vendor/github.com/go-openapi/spec/errors.go
index 10a693a5da..6992c7ba73 100644
--- a/vendor/github.com/go-openapi/spec/errors.go
+++ b/vendor/github.com/go-openapi/spec/errors.go
@@ -2,6 +2,7 @@ package spec
import "errors"
+// Error codes
var (
// ErrUnknownTypeForReference indicates that a resolved reference was found in an unsupported container type
ErrUnknownTypeForReference = errors.New("unknown type for the resolved reference")