Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 7b4ec25

Browse files
committed
Document all possible errors that could be returned from an app create
[#173506373] Authored-by: Mona Mohebbi <mmohebbi@pivotal.io>
1 parent 6bca27b commit 7b4ec25

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/v3/source/includes/resources/apps/_create.md.erb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ Name | Type | Description | Default
5151
**metadata.labels** | [_label object_](#labels) | Labels applied to the app
5252
**metadata.annotations** | [_annotation object_](#annotations) | Annotations applied to the app
5353

54-
#### Potential errors
54+
#### Potential errors (*experimental*)
5555

5656
In addition to any [common errors](#common-errors), this endpoint may return the following errors.
5757

5858
Title | Code | HTTP Status | Description
5959
----- | ---- | ----------- | -----------
60-
`CF-UniquenessError` | 10016 | 422 | The given app name is already taken in the targeted space
60+
`CF-UniquenessError` | 10016 | 422 | The given app name is already taken in the targeted space
61+
`CF-FeatureDisabled` | 330002 | 422 | Some [feature flag](#list-of-feature-flags) must be enabled by the CloudFoundry admin in order to push the app as is. The `detail` message should contain information on which feature is disabled.
6162

6263
#### Permitted roles
6364
|

0 commit comments

Comments
 (0)