Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IDArgumentNotANumberError = errors.New(
"The ID argument must be a number.",
)
View Source
var InvalidDateFormatError = errors.New(
"Please enter a valid date in the format dd/mm/yyyy",
)
View Source
var NegativeLimitFlagError = errors.New(
"The --limit flag must be positive.",
)
View Source
var OutputFormatInvalidError = errors.New(
"Unknown output format.",
)
View Source
var ProjectBackupAlreadyDisabledError = errors.New(
"Project backup already disabled",
)
View Source
var RouterIDRangeError = errors.New(
"Please specify a positive number between 1 and 255 included",
)
View Source
var ServerHasNoFlavorError = errors.New(
"Server has no listed flavor",
)
Functions ¶
func CheckFailureError ¶
func ProgramError ¶
func ResourceNotFoundError ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.