errors

package
v1.12.5-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBadRequestError added in v1.11.0

func NewBadRequestError(err error) error

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

func NewErrorWithStatusCode added in v1.11.0

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 added in v1.11.0

func NewRequestConflictError(err error) error

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

func NewRequestForbiddenError added in v1.12.0

func NewRequestForbiddenError(err error) error

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

func NewRequestNotFoundError added in v1.11.0

func NewRequestNotFoundError(err error) error

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

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL