@snyk/error-catalog-nodejs-public 5.12.0 → 5.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snyk/error-catalog-nodejs-public",
3
- "version": "5.12.0",
3
+ "version": "5.12.1",
4
4
  "type": "commonjs",
5
5
  "author": "snyk.io",
6
6
  "license": "Apache-2.0",
@@ -98,7 +98,7 @@ export declare class UnauthorisedError extends ProblemError {
98
98
  /**
99
99
  * @class
100
100
  * @name TestLimitReachedError
101
- * @description You have reached the maximum number of tests in your Snyk plan. This will cause Snyk tests on PRs and CLI to fail. Deactivate Snyk Test on your Project or upgrade your Snyk plan.
101
+ * @description You have reached the maximum number of tests in your Snyk plan. This causes Snyk tests on PRs and CLI to fail. Deactivate Snyk Test on your Project or upgrade your Snyk plan.
102
102
  *
103
103
  * See more:
104
104
  * - [https://support.snyk.io/hc/en-us/articles/4409805538833-Rate-limit-hit-while-testing-the-project](https://support.snyk.io/hc/en-us/articles/4409805538833-Rate-limit-hit-while-testing-the-project)
@@ -166,7 +166,7 @@ exports.UnauthorisedError = UnauthorisedError;
166
166
  /**
167
167
  * @class
168
168
  * @name TestLimitReachedError
169
- * @description You have reached the maximum number of tests in your Snyk plan. This will cause Snyk tests on PRs and CLI to fail. Deactivate Snyk Test on your Project or upgrade your Snyk plan.
169
+ * @description You have reached the maximum number of tests in your Snyk plan. This causes Snyk tests on PRs and CLI to fail. Deactivate Snyk Test on your Project or upgrade your Snyk plan.
170
170
  *
171
171
  * See more:
172
172
  * - [https://support.snyk.io/hc/en-us/articles/4409805538833-Rate-limit-hit-while-testing-the-project](https://support.snyk.io/hc/en-us/articles/4409805538833-Rate-limit-hit-while-testing-the-project)
@@ -185,7 +185,7 @@ class TestLimitReachedError extends problem_error_1.ProblemError {
185
185
  super({
186
186
  title: 'Test limit reached',
187
187
  type: 'https://docs.snyk.io/more-info/error-catalog#snyk-0006',
188
- status: 406,
188
+ status: 429,
189
189
  errorCode: 'SNYK-0006',
190
190
  level: 'error',
191
191
  classification: types_1.Classification.ACTIONABLE,