Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthError ¶
type AuthError struct {
Message string
}
AuthError indicates an authentication or authorization failure.
type NotFoundError ¶
type NotFoundError struct {
Message string
}
NotFoundError indicates that a requested resource was not found.
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
type UsageError ¶
type UsageError struct {
Message string
}
UsageError indicates invalid command-line usage.
func (*UsageError) Error ¶
func (e *UsageError) Error() string
Click to show internal directories.
Click to hide internal directories.