Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = errors.New("not found") ErrGitServerNotFound = &Error{ Code: "git_server_not_found", Message: "The Git server was not found.", } ErrSecretNotFound = &Error{ Code: "secret_not_found", Message: "The secret was not found.", } ErrBadRequest = &Error{ Code: "bad_request", Message: "The request could not be processed.", } )
Predefined errors
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.