vendor/errors/v2.yml in cfoundry-0.7.0.rc5 vs vendor/errors/v2.yml in cfoundry-0.7.0.rc6
- old
+ new
@@ -41,10 +41,15 @@
10005:
name: BadQueryParameter
http_code: 400
message: "The query parameter is invalid: %s"
+10006:
+ name: AssociationNotEmpty
+ http_code: 400
+ message: "Please delete the %s associations for your %s."
+
20001:
name: UserInvalid
http_code: 400
message: "The user info is invalid: %s"
@@ -214,11 +219,11 @@
message: "The app name could not be found: %s"
100005:
name: AppMemoryQuotaExceeded
http_code: 400
- message: "You have exceeded your organization's memory limit. Please login to your account and upgrade."
+ 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."
110001:
name: ServicePlanInvalid
http_code: 400
message: "The service plan is invalid: %s"
@@ -286,10 +291,15 @@
170001:
name: StagingError
http_code: 400
message: "Staging error: %s"
+170002:
+ name: NotStaged
+ http_code: 400
+ message: "App has not finished staging"
+
180001:
name: SnapshotNotFound
http_code: 404
message: "Snapshot could not be found: %s"
@@ -356,5 +366,19 @@
240003:
name: QuotaDefinitionInvalid
http_code: 400
message: "Quota Definition is invalid: %s"
+250001:
+ name: StackInvalid
+ http_code: 400
+ message: "The stack is invalid: %s"
+
+250002:
+ name: StackNameTaken
+ http_code: 400
+ message: "The stack name is taken: %s"
+
+250003:
+ name: StackNotFound
+ http_code: 404
+ message: "The stack could not be found: %s"