MCPcopy 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

7type TranslatableError interface {
8 // Returns the untranslated error string
9 Error() string
10 Translate(func(string, ...interface{}) string) string
11}

Implementers 15

TooManyArgumentsErrorcommand/translatableerror/too_many_arg
QuotaNotFoundForNameErrorcommand/translatableerror/organization
AppNameOrManifestRequiredErrorcommand/translatableerror/app_name_or_
DockerPasswordNotSetErrorcommand/translatableerror/docker_passw
RoutePathWithTCPDomainErrorcommand/translatableerror/route_path_w
NoEligiblePackagesErrorcommand/translatableerror/no_eligible_
TriggerLegacyPushErrorcommand/translatableerror/trigger_lega
JSONSyntaxErrorcommand/translatableerror/json_syntax_
UAAEndpointNotFoundErrorcommand/translatableerror/uaa_endpoint
AuthorizationEndpointNotFoundErrorcommand/translatableerror/authorizatio
SpaceQuotaNotFoundForNameErrorcommand/translatableerror/space_quota_
ProcessInstanceNotFoundErrorcommand/translatableerror/process_inst

Calls

no outgoing calls

Tested by

no test coverage detected