mirror of
https://github.com/moby/moby.git
synced 2026-08-08 17:11:38 +00:00
14 lines
489 B
Go
14 lines
489 B
Go
// SPDX-FileCopyrightText: Copyright 2015-2025 go-swagger maintainers
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package errors provides an Error interface and several concrete types
|
|
// implementing this interface to manage API errors and JSON-schema validation
|
|
// errors.
|
|
//
|
|
// A middleware handler [ServeError]() is provided to serve the errors types
|
|
// it defines.
|
|
//
|
|
// It is used throughout the various go-openapi toolkit libraries.
|
|
// (https://github.com/go-openapi).
|
|
package errors
|