Documentation ¶
Index ¶
- Constants
- func AppendUsageTip(err error, cmd *cobra.Command) error
- type ActivateServiceAccountError
- type ArgValidationError
- type AuthError
- type DSAInputPlanError
- type DSAInvalidPlanError
- type DatabaseInputFlavorError
- type DatabaseInvalidFlavorError
- type DatabaseInvalidStorageError
- type EmptyUpdateError
- type FlagValidationError
- type InputUnknownError
- type ProjectIdError
- type SingleArgExpectedError
- type SubcommandMissingError
Constants ¶
View Source
const ( MISSING_PROJECT_ID = `` /* 301-byte string literal not displayed */ EMPTY_UPDATE = `` /* 130-byte string literal not displayed */ FAILED_AUTH = `` /* 173-byte string literal not displayed */ FAILED_SERVICE_ACCOUNT_ACTIVATION = `` /* 204-byte string literal not displayed */ DSA_INVALID_INPUT_PLAN = `` /* 281-byte string literal not displayed */ DSA_INVALID_PLAN = `the provided instance plan is not valid. %s For more details on the available plans, run: $ stackit %s plans` DATABASE_INVALID_INPUT_FLAVOR = `` /* 272-byte string literal not displayed */ DATABASE_INVALID_FLAVOR = `` /* 129-byte string literal not displayed */ DATABASE_INVALID_STORAGE = `` /* 172-byte string literal not displayed */ FLAG_VALIDATION = `the provided flag --%s is invalid: %s` ARG_VALIDATION = `the provided argument "%s" is invalid: %s` ARG_UNKNOWN = `unknown argument %q` ARG_MISSING = `missing argument %q` SINGLE_ARG_EXPECTED = `expected 1 argument %q, %d were provided` SUBCOMMAND_UNKNOWN = `unkwown subcommand %q` SUBCOMMAND_MISSING = `missing subcommand` USAGE_TIP = `For usage help, run: $ %s --help` )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActivateServiceAccountError ¶
type ActivateServiceAccountError struct{}
func (*ActivateServiceAccountError) Error ¶
func (e *ActivateServiceAccountError) Error() string
type ArgValidationError ¶
func (*ArgValidationError) Error ¶
func (e *ArgValidationError) Error() string
type DSAInputPlanError ¶
func (*DSAInputPlanError) Error ¶
func (e *DSAInputPlanError) Error() string
type DSAInvalidPlanError ¶
func (*DSAInvalidPlanError) Error ¶
func (e *DSAInvalidPlanError) Error() string
type DatabaseInputFlavorError ¶
type DatabaseInputFlavorError struct { Service string Operation string Cmd *cobra.Command Args []string }
func (*DatabaseInputFlavorError) Error ¶
func (e *DatabaseInputFlavorError) Error() string
type DatabaseInvalidFlavorError ¶
func (*DatabaseInvalidFlavorError) Error ¶
func (e *DatabaseInvalidFlavorError) Error() string
type DatabaseInvalidStorageError ¶
func (*DatabaseInvalidStorageError) Error ¶
func (e *DatabaseInvalidStorageError) Error() string
type EmptyUpdateError ¶
type EmptyUpdateError struct{}
func (*EmptyUpdateError) Error ¶
func (e *EmptyUpdateError) Error() string
type FlagValidationError ¶
func (*FlagValidationError) Error ¶
func (e *FlagValidationError) Error() string
type InputUnknownError ¶
Used when an unexpected non-flag input (either arg or subcommand) is found
func (*InputUnknownError) Error ¶
func (e *InputUnknownError) Error() string
type ProjectIdError ¶
type ProjectIdError struct{}
func (*ProjectIdError) Error ¶
func (e *ProjectIdError) Error() string
type SingleArgExpectedError ¶
func (*SingleArgExpectedError) Error ¶
func (e *SingleArgExpectedError) Error() string
type SubcommandMissingError ¶
func (*SubcommandMissingError) Error ¶
func (e *SubcommandMissingError) Error() string
Click to show internal directories.
Click to hide internal directories.