vendor/errors/v2.yml in cfoundry-4.3.2.rc1 vs vendor/errors/v2.yml in cfoundry-4.3.3

- old
+ new

@@ -151,25 +151,10 @@ 60007: name: ServiceInstanceServicePlanNotAllowed http_code: 400 message: "The service instance cannot be created because paid service plans are not allowed." -60008: - name: ServiceInstanceDuplicateNotAllowed - http_code: 400 - message: "An instance of this service is already present in this space. Some services only support one instance per space." - -60009: - name: ServiceInstanceNameTooLong - http_code: 400 - message: "You have requested an invalid service instance name. Names are limited to 50 characters." - -60010: - name: ServiceInstanceOrganizationNotAuthorized - http_code: 403 - message: A service instance for the selected plan cannot be created in this organization. The plan is visible because another organization you belong to has access to it. - 70001: name: RuntimeInvalid http_code: 400 message: "The runtime is invalid: %s" @@ -216,15 +201,10 @@ 90004: name: ServiceBindingNotFound http_code: 404 message: "The service binding could not be found: %s" -90005: - name: UnbindableService - http_code: 400 - message: "The service doesn't support binding." - 100001: name: AppInvalid http_code: 400 message: "The app is invalid: %s" @@ -241,15 +221,10 @@ 100005: name: AppMemoryQuotaExceeded http_code: 400 message: "You have exceeded your organization's memory limit. Please login to your account and upgrade. If you are trying to scale down and you are receiving this error, you can either delete an app or contact support." -100006: - name: AppMemoryInvalid - http_code: 400 - message: "You have specified an invalid amount of memory for your application." - 110001: name: ServicePlanInvalid http_code: 400 message: "The service plan is invalid: %s" @@ -376,15 +351,10 @@ 230001: name: BillingEventQueryInvalid http_code: 400 message: "Billing event query start_date and/or end_date are missing or invalid" -230002: - name: EventNotFound - http_code: 404 - message: "Event could not be found: %s" - 240001: name: QuotaDefinitionNotFound http_code: 404 message: "Quota Definition could not be found: %s" @@ -410,30 +380,5 @@ 250003: name: StackNotFound http_code: 404 message: "The stack could not be found: %s" - -260001: - name: ServicePlanVisibilityInvalid - http_code: 400 - message: "Service Plan Visibility is invalid: %s" - -260002: - name: ServicePlanVisibilityAlreadyExists - http_code: 400 - message: "This combination of ServicePlan and Organization is already taken: %s" - -270001: - name: ServiceBrokerInvalid - http_code: 400 - message: "Service Broker is invalid: %s" - -270002: - name: ServiceBrokerNameTaken - http_code: 400 - message: "The service broker name is taken: %s" - -270003: - name: ServiceBrokerUrlTaken - http_code: 400 - message: "The service broker url is taken: %s"