package errors

import "github.com/dotcloud/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 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.11.0-rc4
Published
Apr 7, 2016
Platform
js/wasm
Imports
1 packages
Last checked
12 minutes ago

Tools for package owners.