errors

package
v1.13.0 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2017 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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.

Types

This section is empty.

Jump to

Keyboard shortcuts

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