Discover Packages
github.com/goto/shield
pkg
errors
package
Version:
v0.6.34
Opens a new window with list of versions in this module.
Published: Oct 7, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
These aliased values are added to avoid conflicting imports of standard `errors`
package and this `errors` package where these functions are needed.
View Source
var (
ErrUnauthenticated = errors .New ("you are not authenticated")
ErrForbidden = errors .New ("you are not allowed to make the request")
ErrInvalidUUID = errors .New ("invalid syntax of uuid")
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.