You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various copyedits to reduce future tense, wordiness, and use of 'please' (docker#5788)
* Reword lots of instances of 'will'
* Reword lots of instances of won't
* Reword lots of instances of we'll
* Eradicate you'll
* Eradicate 'be able to' type of phrases
* Eradicate 'unable to' type of phrases
* Eradicate 'has / have to' type of phrases
* Eradicate 'note that' type of phrases
* Eradicate 'in order to' type of phrases
* Redirect to official Chef and Puppet docs
* Eradicate gratuitous 'please'
* Reduce use of e.g.
* Reduce use of i.e.
* Reduce use of N.B.
* Get rid of 'sexagesimal' and correct some errors
Copy file name to clipboardexpand all lines: apidocs/cloud-api-source/source/includes/_errors.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ Error Code | Meaning
17
17
400 | Bad Request -- There's a problem in the content of your request. Retrying the same request will fail.
18
18
401 | Unauthorized -- Your API key is wrong or your account has been deactivated.
19
19
402 | Payment Required -- You need to provide billing information to perform this request.
20
-
403 | Forbidden -- Quota limit exceeded. Please contact support to request a quota increase.
20
+
403 | Forbidden -- Quota limit exceeded. Contact support to request a quota increase.
21
21
404 | Not Found -- The requested object cannot be found.
22
22
405 | Method Not Allowed -- The endpoint requested does not implement the method sent.
23
23
409 | Conflict -- The object cannot be created or updated because another object exists with the same unique fields
24
24
415 | Unsupported Media Type -- Make sure you are using `Accept` and `Content-Type` headers as `application/json` and that the data your are `POST`-ing or `PATCH`-ing is in valid JSON format.
25
25
429 | Too Many Requests -- You are being throttled because of too many requests in a short period of time.
26
26
500 | Internal Server Error -- There was a server error while processing your request. Try again later, or contact support.
27
-
503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later.
28
-
504 | Gateway Timeout -- Our API servers are at full capacity. Please try again later.
27
+
503 | Service Unavailable -- We're temporarily offline for maintenance. Try again later.
28
+
504 | Gateway Timeout -- Our API servers are at full capacity. Try again later.
0 commit comments