Documentation ¶
Overview ¶
Package ctlcmd contains the various snapctl subcommands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ForbiddenCommandError ¶
type ForbiddenCommandError struct {
Message string
}
ForbiddenCommandError conveys that a command cannot be invoked in some context
func (ForbiddenCommandError) Error ¶
func (f ForbiddenCommandError) Error() string
type MissingContextError ¶
type MissingContextError struct {
// contains filtered or unexported fields
}
func (*MissingContextError) Error ¶
func (e *MissingContextError) Error() string
type NoAttributeError ¶
type NoAttributeError struct {
Attribute string
}
NoAttributeError indicates that an interface attribute is not set.
func (*NoAttributeError) Error ¶
func (e *NoAttributeError) Error() string
type UnsuccessfulError ¶
type UnsuccessfulError struct {
ExitCode int
}
UnsuccessfulError carries a specific exit code to be returned to the client.
func (UnsuccessfulError) Error ¶
func (e UnsuccessfulError) Error() string
Click to show internal directories.
Click to hide internal directories.