Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ Error
Method
Error
command/translatableerror/translatable_error.go:9–9 ·
view source on GitHub ↗
Returns the untranslated error string
()
Source
from the content-addressed store, hash-verified
7
type
TranslatableError
interface
{
8
// Returns the untranslated error string
9
Error() string
10
Translate(
func
(string, ...
interface
{}) string) string
11
}
Callers
15
MinimumCCAPIVersionCheck
Function · 0.65
MinimumUAAAPIVersionCheck
Function · 0.65
Translate
Method · 0.65
service_plan_not_found_error_test.go
File · 0.65
minimum_uaa_api_version_not_met_error_test.go
File · 0.65
Translate
Method · 0.65
Translate
Method · 0.65
minimum_cli_version_not_met_error_test.go
File · 0.65
missing_credential_error_test.go
File · 0.65
service_instance_not_shareable_error_test.go
File · 0.65
Error
Method · 0.65
minimum_cf_api_version_not_met_error_test.go
File · 0.65
Implementers
15
TooManyArgumentsError
command/translatableerror/too_many_arg
QuotaNotFoundForNameError
command/translatableerror/organization
AppNameOrManifestRequiredError
command/translatableerror/app_name_or_
DockerPasswordNotSetError
command/translatableerror/docker_passw
RoutePathWithTCPDomainError
command/translatableerror/route_path_w
NoEligiblePackagesError
command/translatableerror/no_eligible_
TriggerLegacyPushError
command/translatableerror/trigger_lega
JSONSyntaxError
command/translatableerror/json_syntax_
UAAEndpointNotFoundError
command/translatableerror/uaa_endpoint
AuthorizationEndpointNotFoundError
command/translatableerror/authorizatio
SpaceQuotaNotFoundForNameError
command/translatableerror/space_quota_
ProcessInstanceNotFoundError
command/translatableerror/process_inst
Calls
no outgoing calls
Tested by
no test coverage detected