package errors

import "github.com/docker/docker/errors"

Index

Functions

func NewBadRequestError

func NewBadRequestError(err error) error

NewBadRequestError creates a new API error that has the 400 HTTP status code associated to it.

func NewErrorWithStatusCode

func NewErrorWithStatusCode(err error, code int) error

NewErrorWithStatusCode allows you to associate a specific HTTP Status Code to an error. The Server will take that code and set it as the response status.

func NewRequestConflictError

func NewRequestConflictError(err error) error

NewRequestConflictError creates a new API error that has the 409 HTTP status code associated to it.

func NewRequestForbiddenError

func NewRequestForbiddenError(err error) error

NewRequestForbiddenError creates a new API error that has the 403 HTTP status code associated to it.

func NewRequestNotFoundError

func NewRequestNotFoundError(err error) error

NewRequestNotFoundError creates a new API error that has the 404 HTTP status code associated to it.

Source Files

errors.go

Version
v1.12.0-rc2
Published
Jun 17, 2016
Platform
js/wasm
Imports
1 packages
Last checked
34 minutes ago

Tools for package owners.