Documentation ¶
Overview ¶
Package derrors defines internal error values to categorize the different types error semantics we support.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NotFound indicates that a requested entity was not found (HTTP 404). NotFound = errors.New("not found") // InvalidArgument indicates that the input into the request is invalid in // some way (HTTP 400). InvalidArgument = errors.New("invalid argument") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.