Versions in this module Expand all Collapse all v8 v8.17.0 Nov 18, 2025 Changes in this version + const BadCredentialMessage + const InvalidOriginMessage + const UnmatchedOriginMessage + func ConvertToTranslatableError(err error) error + type APINotFoundError struct + URL string + func (APINotFoundError) Error() string + func (e APINotFoundError) Translate(translate func(string, ...interface{}) string) string + type APIRequestError struct + Err error + func (APIRequestError) Error() string + func (e APIRequestError) Translate(translate func(string, ...interface{}) string) string + type AccountLockedError struct + Message string + func (e AccountLockedError) Error() string + func (e AccountLockedError) Translate(translate func(string, ...interface{}) string) string + type AddPluginRepositoryError struct + Message string + Name string + URL string + func (AddPluginRepositoryError) Error() string + func (e AddPluginRepositoryError) Translate(translate func(string, ...interface{}) string) string + type AppNameOrManifestRequiredError struct + Args []string + func (AppNameOrManifestRequiredError) DisplayUsage() + func (AppNameOrManifestRequiredError) Error() string + func (e AppNameOrManifestRequiredError) Translate(translate func(string, ...interface{}) string) string + type AppNotFoundInManifestError struct + Name string + func (AppNotFoundInManifestError) Error() string + func (e AppNotFoundInManifestError) Translate(translate func(string, ...interface{}) string) string + type ApplicationNotFoundError struct + GUID string + Name string + func (e ApplicationNotFoundError) Error() string + func (e ApplicationNotFoundError) Translate(translate func(string, ...interface{}) string) string + type ApplicationNotStartedError struct + Name string + func (ApplicationNotStartedError) Error() string + func (e ApplicationNotStartedError) Translate(translate func(string, ...interface{}) string) string + type ApplicationUnableToStartError struct + AppName string + BinaryName string + func (ApplicationUnableToStartError) Error() string + func (e ApplicationUnableToStartError) Translate(translate func(string, ...interface{}) string) string + type ArgumentCombinationError struct + Args []string + func (ArgumentCombinationError) DisplayUsage() + func (ArgumentCombinationError) Error() string + func (e ArgumentCombinationError) Translate(translate func(string, ...interface{}) string) string + type ArgumentManifestMismatchError struct + Arg string + ManifestProperty string + ManifestValue string + func (ArgumentManifestMismatchError) DisplayUsage() + func (e ArgumentManifestMismatchError) Error() string + func (e ArgumentManifestMismatchError) Translate(translate func(string, ...interface{}) string) string + type AssignDropletError struct + Message string + func (AssignDropletError) Error() string + func (e AssignDropletError) Translate(translate func(string, ...interface{}) string) string + type AuthorizationEndpointNotFoundError struct + func (AuthorizationEndpointNotFoundError) Error() string + func (e AuthorizationEndpointNotFoundError) Translate(translate func(string, ...interface{}) string) string + type BuildpackNotFoundError struct + BuildpackName string + Lifecycle string + StackName string + func (e BuildpackNotFoundError) Error() string + func (e BuildpackNotFoundError) Translate(translate func(string, ...interface{}) string) string + type BuildpackStackChangeError struct + BinaryName string + BuildpackName string + func (e BuildpackStackChangeError) Error() string + func (e BuildpackStackChangeError) Translate(translate func(string, ...interface{}) string) string + type CFNetworkingEndpointNotFoundError struct + func (CFNetworkingEndpointNotFoundError) Error() string + func (e CFNetworkingEndpointNotFoundError) Translate(translate func(string, ...interface{}) string) string + type CommandLineArgsWithMultipleAppsError struct + func (CommandLineArgsWithMultipleAppsError) Error() string + func (e CommandLineArgsWithMultipleAppsError) Translate(translate func(string, ...interface{}) string) string + type CommandLineOptionsAndManifestConflictError struct + CommandLineOptions []string + ManifestAttribute string + func (e CommandLineOptionsAndManifestConflictError) Error() string + func (e CommandLineOptionsAndManifestConflictError) Translate(translate func(string, ...interface{}) string) string + type ConflictingBuildpacksError struct + func (ConflictingBuildpacksError) Error() string + func (e ConflictingBuildpacksError) Translate(translate func(string, ...interface{}) string) string + type CurlExit22Error struct + StatusCode int + func (e CurlExit22Error) Error() string + func (e CurlExit22Error) Translate(translate func(string, ...interface{}) string) string + type DockerPasswordNotSetError struct + func (DockerPasswordNotSetError) Error() string + func (e DockerPasswordNotSetError) Translate(translate func(string, ...interface{}) string) string + type DomainNotFoundError struct + GUID string + Name string + func (e DomainNotFoundError) Error() string + func (e DomainNotFoundError) Translate(translate func(string, ...interface{}) string) string + type DownloadPluginHTTPError struct + Message string + func (DownloadPluginHTTPError) Error() string + func (e DownloadPluginHTTPError) Translate(translate func(string, ...interface{}) string) string + type DropletFileError struct + Err error + func (DropletFileError) Error() string + func (e DropletFileError) Translate(translate func(string, ...interface{}) string) string + type EmptyBuildpackDirectoryError struct + Path string + func (EmptyBuildpackDirectoryError) Error() string + func (e EmptyBuildpackDirectoryError) Translate(translate func(string, ...interface{}) string) string + type EmptyBuildpacksError struct + func (EmptyBuildpacksError) Error() string + func (e EmptyBuildpacksError) Translate(translate func(string, ...interface{}) string) string + type EmptyConfigError struct + FilePath string + func (EmptyConfigError) Error() string + func (e EmptyConfigError) Translate(translate func(string, ...interface{}) string) string + type EmptyDirectoryError struct + Path string + func (e EmptyDirectoryError) Error() string + func (e EmptyDirectoryError) Translate(translate func(string, ...interface{}) string) string + type FeatureFlagNotFoundError struct + Name string + func (e FeatureFlagNotFoundError) Error() string + func (e FeatureFlagNotFoundError) Translate(translate func(string, ...interface{}) string) string + type FetchingPluginInfoFromRepositoriesError struct + Message string + RepositoryName string + func (FetchingPluginInfoFromRepositoriesError) Error() string + func (e FetchingPluginInfoFromRepositoriesError) Translate(translate func(string, ...interface{}) string) string + type FileChangedError struct + Filename string + func (e FileChangedError) Error() string + func (e FileChangedError) Translate(translate func(string, ...interface{}) string) string + type FileCreationError struct + Err error + func (FileCreationError) Error() string + func (e FileCreationError) Translate(translate func(string, ...interface{}) string) string + type FileNotFoundError struct + Path string + func (FileNotFoundError) Error() string + func (e FileNotFoundError) Translate(translate func(string, ...interface{}) string) string + type FlagNoLongerSupportedError struct + Flag string + func (e FlagNoLongerSupportedError) Error() string + func (e FlagNoLongerSupportedError) Translate(translate func(string, ...interface{}) string) string + type GettingPluginRepositoryError struct + Message string + Name string + func (GettingPluginRepositoryError) Error() string + func (e GettingPluginRepositoryError) Translate(translate func(string, ...interface{}) string) string + type HTTPHealthCheckInvalidError struct + func (HTTPHealthCheckInvalidError) Error() string + func (e HTTPHealthCheckInvalidError) Translate(translate func(string, ...interface{}) string) string + type HTTPStatusError struct + Status string + func (e HTTPStatusError) Error() string + func (e HTTPStatusError) Translate(translate func(string, ...interface{}) string) string + type HealthCheckTypeUnsupportedError struct + SupportedTypes []string + func (HealthCheckTypeUnsupportedError) Error() string + func (e HealthCheckTypeUnsupportedError) Translate(translate func(string, ...interface{}) string) string + type HostAndPathNotAllowedWithTCPDomainError struct + Domain string + func (HostAndPathNotAllowedWithTCPDomainError) Error() string + func (e HostAndPathNotAllowedWithTCPDomainError) Translate(translate func(string, ...interface{}) string) string + type HostnameWithTCPDomainError struct + func (HostnameWithTCPDomainError) Error() string + func (e HostnameWithTCPDomainError) Translate(translate func(string, ...interface{}) string) string + type IncorrectUsageError struct + Message string + func (IncorrectUsageError) DisplayUsage() + func (IncorrectUsageError) Error() string + func (e IncorrectUsageError) Translate(translate func(string, ...interface{}) string) string + type InterpolationError struct + Err error + func (e InterpolationError) Error() string + func (e InterpolationError) Translate(translate func(string, ...interface{}) string) string + type InvalidBuildpacksError struct + func (InvalidBuildpacksError) Error() string + func (e InvalidBuildpacksError) Translate(translate func(string, ...interface{}) string) string + type InvalidChecksumError struct + func (InvalidChecksumError) Error() string + func (e InvalidChecksumError) Translate(translate func(string, ...interface{}) string) string + type InvalidRefreshTokenError struct + func (InvalidRefreshTokenError) Error() string + func (e InvalidRefreshTokenError) Translate(translate func(string, ...interface{}) string) string + type InvalidRouteError struct + Route string + func (InvalidRouteError) Error() string + func (e InvalidRouteError) Translate(translate func(string, ...interface{}) string) string + type InvalidSSLCertError struct + SuggestedCommand string + URL string + func (InvalidSSLCertError) Error() string + func (e InvalidSSLCertError) Translate(translate func(string, ...interface{}) string) string + type InvalidYAMLError struct + Err error + func (e InvalidYAMLError) Error() string + func (e InvalidYAMLError) Translate(translate func(string, ...interface{}) string) string + type IsolationSegmentNotFoundError struct + Name string + func (IsolationSegmentNotFoundError) Error() string + func (e IsolationSegmentNotFoundError) Translate(translate func(string, ...interface{}) string) string + type JSONSyntaxError struct + Err error + func (e JSONSyntaxError) Error() string + func (e JSONSyntaxError) Translate(translate func(string, ...interface{}) string) string + type JobFailedError struct + JobGUID string + Message string + func (JobFailedError) Error() string + func (e JobFailedError) Translate(translate func(string, ...interface{}) string) string + type JobFailedNoErrorError struct + JobGUID string + func (e JobFailedNoErrorError) Error() string + func (e JobFailedNoErrorError) Translate(translate func(string, ...interface{}) string) string + type JobTimeoutError struct + JobGUID string + Timeout time.Duration + func (JobTimeoutError) Error() string + func (e JobTimeoutError) Translate(translate func(string, ...interface{}) string) string + type LifecycleMinimumAPIVersionNotMetError struct + CurrentVersion string + MinimumVersion string + func (LifecycleMinimumAPIVersionNotMetError) Error() string + func (e LifecycleMinimumAPIVersionNotMetError) Translate(translate func(string, ...interface{}) string) string + type ManifestFileNotFoundInDirectoryError struct + PathToManifest string + func (ManifestFileNotFoundInDirectoryError) Error() string + func (e ManifestFileNotFoundInDirectoryError) Translate(translate func(string, ...interface{}) string) string + type ManualClientCredentialsError struct + func (e ManualClientCredentialsError) Error() string + func (e ManualClientCredentialsError) Translate(translate func(string, ...interface{}) string) string + type MinimumCFAPIVersionNotMetError struct + Command string + CurrentVersion string + MinimumVersion string + func (e MinimumCFAPIVersionNotMetError) Error() string + func (e MinimumCFAPIVersionNotMetError) Translate(translate func(string, ...interface{}) string) string + type MinimumCLIVersionNotMetError struct + APIVersion string + BinaryVersion string + MinCLIVersion string + func (e MinimumCLIVersionNotMetError) Error() string + func (e MinimumCLIVersionNotMetError) Translate(translate func(string, ...interface{}) string) string + type MinimumUAAAPIVersionNotMetError struct + Command string + MinimumVersion string + func (e MinimumUAAAPIVersionNotMetError) Error() string + func (e MinimumUAAAPIVersionNotMetError) Translate(translate func(string, ...interface{}) string) string + type MissingCredentialsError struct + MissingPassword bool + MissingUsername bool + func (MissingCredentialsError) DisplayUsage() + func (e MissingCredentialsError) Error() string + func (e MissingCredentialsError) Translate(translate func(string, ...interface{}) string) string + type MultiError struct + Messages []string + func (MultiError) Error() string + func (e MultiError) Translate(translate func(string, ...interface{}) string) string + type MultipleBuildpacksFoundError struct + BuildpackName string + func (MultipleBuildpacksFoundError) Error() string + func (e MultipleBuildpacksFoundError) Translate(translate func(string, ...interface{}) string) string + type NetworkPolicyDestinationOrgWithoutSpaceError struct + func (NetworkPolicyDestinationOrgWithoutSpaceError) DisplayUsage() + func (NetworkPolicyDestinationOrgWithoutSpaceError) Error() string + func (e NetworkPolicyDestinationOrgWithoutSpaceError) Translate(translate func(string, ...interface{}) string) string + type NetworkPolicyProtocolOrPortNotProvidedError struct + func (NetworkPolicyProtocolOrPortNotProvidedError) DisplayUsage() + func (NetworkPolicyProtocolOrPortNotProvidedError) Error() string + func (e NetworkPolicyProtocolOrPortNotProvidedError) Translate(translate func(string, ...interface{}) string) string + type NoAPISetError struct + BinaryName string + func (NoAPISetError) Error() string + func (e NoAPISetError) Translate(translate func(string, ...interface{}) string) string + type NoCompatibleBinaryError struct + func (e NoCompatibleBinaryError) Error() string + func (e NoCompatibleBinaryError) Translate(translate func(string, ...interface{}) string) string + type NoDomainsFoundError struct + func (NoDomainsFoundError) Error() string + func (e NoDomainsFoundError) Translate(translate func(string, ...interface{}) string) string + type NoDropletForAppError struct + AppName string + DropletGUID string + func (e NoDropletForAppError) Error() string + func (e NoDropletForAppError) Translate(translate func(string, ...interface{}) string) string + type NoEligiblePackagesError struct + AppName string + BinaryName string + func (NoEligiblePackagesError) Error() string + func (e NoEligiblePackagesError) Translate(translate func(string, ...interface{}) string) string + type NoHostnameAndSharedDomainError struct + func (NoHostnameAndSharedDomainError) Error() string + func (e NoHostnameAndSharedDomainError) Translate(translate func(string, ...interface{}) string) string + type NoMatchingDomainError struct + Route string + func (e NoMatchingDomainError) Error() string + func (e NoMatchingDomainError) Translate(translate func(string, ...interface{}) string) string + type NoOrganizationTargetedError struct + BinaryName string + func (NoOrganizationTargetedError) Error() string + func (e NoOrganizationTargetedError) Translate(translate func(string, ...interface{}) string) string + type NoPluginRepositoriesError struct + func (NoPluginRepositoriesError) Error() string + func (e NoPluginRepositoriesError) Translate(translate func(string, ...interface{}) string) string + type NoSpaceTargetedError struct + BinaryName string + func (NoSpaceTargetedError) Error() string + func (e NoSpaceTargetedError) Translate(translate func(string, ...interface{}) string) string + type NotLoggedInError struct + BinaryName string + func (NotLoggedInError) Error() string + func (e NotLoggedInError) Translate(translate func(string, ...interface{}) string) string + type NotSharedDomainError struct + DomainName string + func (NotSharedDomainError) Error() string + func (e NotSharedDomainError) Translate(translate func(string, ...interface{}) string) string + type NotSupportedOnKubernetesArgumentError struct + Arg string + func (NotSupportedOnKubernetesArgumentError) DisplayUsage() + func (NotSupportedOnKubernetesArgumentError) Error() string + func (e NotSupportedOnKubernetesArgumentError) Translate(translate func(string, ...interface{}) string) string + type OrganizationNotFoundError struct + GUID string + Name string + func (OrganizationNotFoundError) Error() string + func (e OrganizationNotFoundError) Translate(translate func(string, ...interface{}) string) string + type OrganizationWithSpaceNotFoundError struct + GUID string + Name string + SpaceName string + func (OrganizationWithSpaceNotFoundError) Error() string + func (e OrganizationWithSpaceNotFoundError) Translate(translate func(string, ...interface{}) string) string + type PackageNotFoundInAppError struct + AppName string + BinaryName string + func (PackageNotFoundInAppError) Error() string + func (e PackageNotFoundInAppError) Translate(translate func(string, ...interface{}) string) string + type ParseArgumentError struct + ArgumentName string + ExpectedType string + func (ParseArgumentError) DisplayUsage() + func (ParseArgumentError) Error() string + func (e ParseArgumentError) Translate(translate func(string, ...interface{}) string) string + type PasswordGrantTypeLogoutRequiredError struct + func (PasswordGrantTypeLogoutRequiredError) Error() string + func (e PasswordGrantTypeLogoutRequiredError) Translate(translate func(string, ...interface{}) string) string + type PasswordVerificationFailedError struct + func (PasswordVerificationFailedError) Error() string + func (e PasswordVerificationFailedError) Translate(translate func(string, ...interface{}) string) string + type PluginAlreadyInstalledError struct + BinaryName string + Name string + Version string + func (PluginAlreadyInstalledError) Error() string + func (e PluginAlreadyInstalledError) Translate(translate func(string, ...interface{}) string) string + type PluginBinaryRemoveFailedError struct + Err error + func (e PluginBinaryRemoveFailedError) Error() string + func (e PluginBinaryRemoveFailedError) Translate(translate func(string, ...interface{}) string) string + type PluginBinaryUninstallError struct + Err error + func (e PluginBinaryUninstallError) Error() string + func (e PluginBinaryUninstallError) Translate(translate func(string, ...interface{}) string) string + type PluginCommandsConflictError struct + CommandAliases []string + CommandNames []string + PluginName string + PluginVersion string + func (e PluginCommandsConflictError) Error() string + func (e PluginCommandsConflictError) Translate(translate func(string, ...interface{}) string) string + type PluginInvalidError struct + Err error + func (e PluginInvalidError) Error() string + func (e PluginInvalidError) Translate(translate func(string, ...interface{}) string) string + type PluginNotFoundError struct + PluginName string + func (e PluginNotFoundError) Error() string + func (e PluginNotFoundError) Translate(translate func(string, ...interface{}) string) string + type PluginNotFoundInRepositoryError struct + BinaryName string + PluginName string + RepositoryName string + func (e PluginNotFoundInRepositoryError) Error() string + func (e PluginNotFoundInRepositoryError) Translate(translate func(string, ...interface{}) string) string + type PluginNotFoundOnDiskOrInAnyRepositoryError struct + BinaryName string + PluginName string + func (e PluginNotFoundOnDiskOrInAnyRepositoryError) Error() string + func (e PluginNotFoundOnDiskOrInAnyRepositoryError) Translate(translate func(string, ...interface{}) string) string + type PortNotAllowedWithHTTPDomainError struct + Domain string + func (PortNotAllowedWithHTTPDomainError) Error() string + func (e PortNotAllowedWithHTTPDomainError) Translate(translate func(string, ...interface{}) string) string + type ProcessInstanceNotFoundError struct + InstanceIndex uint + ProcessType string + func (ProcessInstanceNotFoundError) Error() string + func (e ProcessInstanceNotFoundError) Translate(translate func(string, ...interface{}) string) string + type ProcessInstanceNotRunningError struct + InstanceIndex uint + ProcessType string + func (ProcessInstanceNotRunningError) Error() string + func (e ProcessInstanceNotRunningError) Translate(translate func(string, ...interface{}) string) string + type ProcessNotFoundError struct + ProcessType string + func (ProcessNotFoundError) Error() string + func (e ProcessNotFoundError) Translate(translate func(string, ...interface{}) string) string + type PropertyCombinationError struct + AppName string + Properties []string + func (e PropertyCombinationError) Error() string + func (e PropertyCombinationError) Translate(translate func(string, ...interface{}) string) string + type QuotaNotFoundForNameError struct + Name string + func (e QuotaNotFoundForNameError) Error() string + func (e QuotaNotFoundForNameError) Translate(translate func(string, ...interface{}) string) string + type RepositoryNameTakenError struct + Name string + func (RepositoryNameTakenError) Error() string + func (e RepositoryNameTakenError) Translate(translate func(string, ...interface{}) string) string + type RepositoryNotRegisteredError struct + Name string + func (RepositoryNotRegisteredError) Error() string + func (e RepositoryNotRegisteredError) Translate(translate func(string, ...interface{}) string) string + type RequestCreationError struct + Err error + func (RequestCreationError) Error() string + func (e RequestCreationError) Translate(translate func(string, ...interface{}) string) string + type RequiredArgumentError struct + ArgumentName string + func (RequiredArgumentError) DisplayUsage() + func (RequiredArgumentError) Error() string + func (e RequiredArgumentError) Translate(translate func(string, ...interface{}) string) string + type RequiredFlagsError struct + Arg1 string + Arg2 string + func (RequiredFlagsError) DisplayUsage() + func (RequiredFlagsError) Error() string + func (e RequiredFlagsError) Translate(translate func(string, ...interface{}) string) string + type RevisionAmbiguousError struct + Version int + func (e RevisionAmbiguousError) Error() string + func (e RevisionAmbiguousError) Translate(translate func(string, ...interface{}) string) string + type RevisionNotFoundError struct + Version int + func (e RevisionNotFoundError) Error() string + func (e RevisionNotFoundError) Translate(translate func(string, ...interface{}) string) string + type RouteInDifferentSpaceError struct + Route string + func (e RouteInDifferentSpaceError) Error() string + func (e RouteInDifferentSpaceError) Translate(translate func(string, ...interface{}) string) string + type RoutePathWithTCPDomainError struct + func (RoutePathWithTCPDomainError) Error() string + func (e RoutePathWithTCPDomainError) Translate(translate func(string, ...interface{}) string) string + type RouterGroupNotFoundError struct + Name string + func (e RouterGroupNotFoundError) Error() string + func (e RouterGroupNotFoundError) Translate(translate func(string, ...interface{}) string) string + type RunTaskError struct + Message string + func (RunTaskError) Error() string + func (e RunTaskError) Translate(translate func(string, ...interface{}) string) string + type SSHUnableToAuthenticateError struct + func (SSHUnableToAuthenticateError) Error() string + func (e SSHUnableToAuthenticateError) Translate(translate func(string, ...interface{}) string) string + type SSLCertError struct + Message string + func (SSLCertError) Error() string + func (e SSLCertError) Translate(translate func(string, ...interface{}) string) string + type SecurityGroupNotFoundError struct + Name string + func (SecurityGroupNotFoundError) Error() string + func (e SecurityGroupNotFoundError) Translate(translate func(string, ...interface{}) string) string + type ServiceInstanceNotFoundError struct + GUID string + Name string + func (e ServiceInstanceNotFoundError) Error() string + func (e ServiceInstanceNotFoundError) Translate(translate func(string, ...interface{}) string) string + type ServiceInstanceNotShareableError struct + FeatureFlagEnabled bool + ServiceBrokerSharingEnabled bool + func (e ServiceInstanceNotShareableError) Error() string + func (e ServiceInstanceNotShareableError) Translate(translate func(string, ...interface{}) string) string + type ServiceInstanceNotSharedToSpaceError struct + ServiceInstanceName string + func (e ServiceInstanceNotSharedToSpaceError) Error() string + func (e ServiceInstanceNotSharedToSpaceError) Translate(translate func(string, ...interface{}) string) string + type ServicePlanNotFoundError struct + OfferingName string + PlanName string + ServiceBrokerName string + func (e ServicePlanNotFoundError) Error() string + func (e ServicePlanNotFoundError) Translate(translate func(string, ...interface{}) string) string + type SharedServiceInstanceNotFoundError struct + func (SharedServiceInstanceNotFoundError) Error() string + func (e SharedServiceInstanceNotFoundError) Translate(translate func(string, ...interface{}) string) string + type SpaceNotFoundError struct + Name string + func (SpaceNotFoundError) Error() string + func (e SpaceNotFoundError) Translate(translate func(string, ...interface{}) string) string + type SpaceQuotaNotFoundForNameError struct + Name string + func (SpaceQuotaNotFoundForNameError) Error() string + func (e SpaceQuotaNotFoundForNameError) Translate(translate func(string, ...interface{}) string) string + type StackNotFoundError struct + GUID string + Name string + func (e StackNotFoundError) Error() string + func (e StackNotFoundError) Translate(translate func(string, ...interface{}) string) string + type StagingFailedError struct + Message string + func (StagingFailedError) Error() string + func (e StagingFailedError) Translate(translate func(string, ...interface{}) string) string + type StagingFailedNoAppDetectedError struct + BinaryName string + Message string + func (StagingFailedNoAppDetectedError) Error() string + func (e StagingFailedNoAppDetectedError) Translate(translate func(string, ...interface{}) string) string + type StagingTimeoutError struct + AppName string + Timeout time.Duration + func (StagingTimeoutError) Error() string + func (e StagingTimeoutError) Translate(translate func(string, ...interface{}) string) string + type StartupTimeoutError struct + AppName string + BinaryName string + func (StartupTimeoutError) Error() string + func (e StartupTimeoutError) Translate(translate func(string, ...interface{}) string) string + type TCPRouteOptionsNotProvidedError struct + func (e TCPRouteOptionsNotProvidedError) Error() string + func (e TCPRouteOptionsNotProvidedError) Translate(translate func(string, ...interface{}) string) string + type ThreeRequiredArgumentsError struct + ArgumentName1 string + ArgumentName2 string + ArgumentName3 string + func (ThreeRequiredArgumentsError) DisplayUsage() + func (ThreeRequiredArgumentsError) Error() string + func (e ThreeRequiredArgumentsError) Translate(translate func(string, ...interface{}) string) string + type TipDecoratorError struct + BaseError error + Tip string + TipKeys map[string]interface{} + func (e TipDecoratorError) Error() string + func (e TipDecoratorError) Translate(translate func(string, ...interface{}) string) string + type TooManyArgumentsError struct + ExtraArgument string + func (TooManyArgumentsError) DisplayUsage() + func (TooManyArgumentsError) Error() string + func (e TooManyArgumentsError) Translate(translate func(string, ...interface{}) string) string + type TranslatableError interface + Error func() string + Translate func(func(string, ...interface{}) string) string + type TriggerLegacyPushError struct + DomainHostRelated []string + GlobalRelated []string + InheritanceRelated bool + RandomRouteRelated bool + func (TriggerLegacyPushError) LegacyMain() + func (e TriggerLegacyPushError) Error() string + func (e TriggerLegacyPushError) Translate(translate func(string, ...interface{}) string) string + type UAAEndpointNotFoundError struct + func (UAAEndpointNotFoundError) Error() string + func (e UAAEndpointNotFoundError) Translate(translate func(string, ...interface{}) string) string + type UnauthorizedError struct + Message string + func (e UnauthorizedError) Error() string + func (e UnauthorizedError) Translate(translate func(string, ...interface{}) string) string + type UnauthorizedToPerformActionError struct + func (UnauthorizedToPerformActionError) Error() string + func (e UnauthorizedToPerformActionError) Translate(translate func(string, ...interface{}) string) string + type UnrefactoredCommandError struct + func (UnrefactoredCommandError) LegacyMain() + func (e UnrefactoredCommandError) Error() string + type UnsupportedURLSchemeError struct + UnsupportedURL string + func (e UnsupportedURLSchemeError) Error() string + func (e UnsupportedURLSchemeError) Translate(translate func(string, ...interface{}) string) string + type UploadFailedError struct + Err error + func (UploadFailedError) Error() string + func (e UploadFailedError) Translate(translate func(string, ...interface{}) string) string + type V3APIDoesNotExistError struct + Message string + func (V3APIDoesNotExistError) Error() string + func (e V3APIDoesNotExistError) Translate(translate func(string, ...interface{}) string) string + type V3V2SwitchError struct + func (e V3V2SwitchError) Error() string Other modules containing this package code.cloudfoundry.org/cli