github.com/swisscom/cloudfoundry-cli@v7.1.0+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 BuildpackNameStackTaken = "290000" 19 BuildpackNameTaken = "290001" 20 StackUnique = "290003" 21 SecurityGroupNameTaken = "300005" 22 ServiceKeyNameTaken = "360001" 23 )