vendor/errors/v2.yml in jfoundry-0.1.6 vs vendor/errors/v2.yml in jfoundry-0.1.7

- old
+ new

@@ -246,10 +246,20 @@ 100006: name: AppMemoryInvalid http_code: 400 message: "You have specified an invalid amount of memory for your application." +100007: + name: AppLimitExceeded + http_code: 400 + message: "You have exceeded your organization's app limit." + +100008: + name: RouteLimitExceeded + http_code: 400 + message: "You have exceeded your organization's route limit." + 110001: name: ServicePlanInvalid http_code: 400 message: "The service plan is invalid: %s" @@ -435,5 +445,51 @@ 270003: name: ServiceBrokerUrlTaken http_code: 400 message: "The service broker url is taken: %s" + +280001: + name: RequestParameterError + http_code: 400 + message: "Request parameters error" + +280002: + name: Forbidden + http_code: 400 + message: "No authority" + +280003: + name: UserNotExist + http_code: 400 + message: "No user exist" + +280004: + name: MethodNotAllowed + http_code: 400 + message: "The method is not allowed" + +280005: + name: VerifyServerError + http_code: 400 + message: "The verify server error" + +280005: + name: UnknowError + http_code: 400 + message: "Unknow error" + +280006: + name: JdcUpdate + http_code: 400 + message: "Please update the jdc to newest version greater than: %s" + +280007: + name: EclipseUpdate + http_code: 400 + message: "Please update the eclipse-plugin to newest version greater than: %s" + +280008: + name: SoftUpdate + http_code: 400 + message: "Please update the eclipse-plugin to newest version greater than: %s or update the jdc to newest version greater than: %s" +