errors

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package errors provides constructors and wrappers for http-aware errors.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewError

func NewError(code int, message string, a ...interface{}) error

NewError constructs a new error with the supplied status code and message.

func StatusCode

func StatusCode(err error) int

StatusCode extracts the HTTP status code associated with an error, falling back to 500 Internal Server Error if none has been specified.

func WrapError

func WrapError(code int, err error) error

WrapError wraps a status code around an existing error.

Types

This section is empty.

Jump to

Keyboard shortcuts

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