github.com/liamawhite/cli-with-i18n@v6.32.1-0.20171122084555-dede0a5c3448+incompatible/cf/errors/cloud_controller_error_codes.go (about) 1 package errors 2 3 const ( 4 MessageParseError = "1001" 5 InvalidRelation = "1002" 6 NotAuthorized = "10003" 7 BadQueryParameter = "10005" 8 UserNotFound = "20003" 9 OrganizationNameTaken = "30002" 10 SpaceNameTaken = "40002" 11 ServiceInstanceNameTaken = "60002" 12 ServiceBindingAppServiceTaken = "90003" 13 UnbindableService = "90005" 14 ServiceInstanceAlreadyBoundToSameRoute = "130008" 15 NotStaged = "170002" 16 InstancesError = "220001" 17 QuotaDefinitionNameTaken = "240002" 18 BuildpackNameTaken = "290001" 19 SecurityGroupNameTaken = "300005" 20 ServiceKeyNameTaken = "360001" 21 )