@snyk/error-catalog-nodejs-public 5.24.1 → 5.26.0

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.24.1",
3
+ "version": "5.26.0",
4
4
  "type": "commonjs",
5
5
  "author": "snyk.io",
6
6
  "license": "Apache-2.0",
@@ -14,6 +14,21 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { ProblemError } from '../problem-error';
17
+ /**
18
+ * @class
19
+ * @name ConfigEnvironmentFailedError
20
+ * @description The specified environment cannot be used. As a result, the configuration remains unchanged.Provide the correct specifications for the environment and try again.
21
+ * @summary Unable to set environment
22
+ * @category CLI
23
+ * @param {string} details the specific details that causes this error
24
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
25
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
26
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
27
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
28
+ */
29
+ export declare class ConfigEnvironmentFailedError extends ProblemError {
30
+ constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string, logs?: string[]);
31
+ }
17
32
  /**
18
33
  * @class
19
34
  * @name ConnectionTimeoutError
@@ -15,9 +15,36 @@
15
15
  */
16
16
  "use strict";
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.ConnectionTimeoutError = void 0;
18
+ exports.ConnectionTimeoutError = exports.ConfigEnvironmentFailedError = void 0;
19
19
  const types_1 = require("../types");
20
20
  const problem_error_1 = require("../problem-error");
21
+ /**
22
+ * @class
23
+ * @name ConfigEnvironmentFailedError
24
+ * @description The specified environment cannot be used. As a result, the configuration remains unchanged.Provide the correct specifications for the environment and try again.
25
+ * @summary Unable to set environment
26
+ * @category CLI
27
+ * @param {string} details the specific details that causes this error
28
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
29
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
30
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
31
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
32
+ */
33
+ class ConfigEnvironmentFailedError extends problem_error_1.ProblemError {
34
+ constructor(details, additionalData, cause, instance, logs) {
35
+ super({
36
+ title: 'Unable to set environment',
37
+ type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-cli-0001',
38
+ status: 200,
39
+ errorCode: 'SNYK-CLI-0001',
40
+ level: 'error',
41
+ classification: types_1.Classification.ACTIONABLE,
42
+ instance,
43
+ }, details, Object.assign({ links: [] }, additionalData), cause, logs);
44
+ this.name = this.constructor.name;
45
+ }
46
+ }
47
+ exports.ConfigEnvironmentFailedError = ConfigEnvironmentFailedError;
21
48
  /**
22
49
  * @class
23
50
  * @name ConnectionTimeoutError
@@ -1 +1 @@
1
- {"version":3,"file":"CLI-error-catalog.js","sourceRoot":"","sources":["../../../../../packages/error-catalog-nodejs-public/src/catalogs/CLI-error-catalog.ts"],"names":[],"mappings":";;;AAAA,oCAA0C;AAC1C,oDAAgD;AAEhD;;;;;;;;;;;;;;GAcG;AACH,MAAa,sBAAuB,SAAQ,4BAAY;IACtD,YACI,OAAe,EACf,cAAoC,EACpC,KAAa,EACb,QAAiB,EACjB,IAAe;QAEjB,KAAK,CACH;YACE,KAAK,EAAE,6BAA6B;YACpC,IAAI,EAAE,gEAAgE;YACtE,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,cAAc;YACzB,KAAK,EAAE,OAAO;YACd,cAAc,EAAE,sBAAc,CAAC,UAAU;YACzC,QAAQ;SACT,EACD,OAAO,kBAEL,KAAK,EAAE;gBACP,yBAAyB;aACxB,IACE,cAAc,GAEnB,KAAK,EACL,IAAI,CACL,CAAC;QACF,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC;IACpC,CAAC;CACF;AA9BD,wDA8BC"}
1
+ {"version":3,"file":"CLI-error-catalog.js","sourceRoot":"","sources":["../../../../../packages/error-catalog-nodejs-public/src/catalogs/CLI-error-catalog.ts"],"names":[],"mappings":";;;AAAA,oCAA0C;AAC1C,oDAAgD;AAEhD;;;;;;;;;;;GAWG;AACH,MAAa,4BAA6B,SAAQ,4BAAY;IAC5D,YACI,OAAe,EACf,cAAoC,EACpC,KAAa,EACb,QAAiB,EACjB,IAAe;QAEjB,KAAK,CACH;YACE,KAAK,EAAE,2BAA2B;YAClC,IAAI,EAAE,iEAAiE;YACvE,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,eAAe;YAC1B,KAAK,EAAE,OAAO;YACd,cAAc,EAAE,sBAAc,CAAC,UAAU;YACzC,QAAQ;SACT,EACD,OAAO,kBAEL,KAAK,EAAE,EAAE,IACN,cAAc,GAEnB,KAAK,EACL,IAAI,CACL,CAAC;QACF,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC;IACpC,CAAC;CACF;AA5BD,oEA4BC;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAa,sBAAuB,SAAQ,4BAAY;IACtD,YACI,OAAe,EACf,cAAoC,EACpC,KAAa,EACb,QAAiB,EACjB,IAAe;QAEjB,KAAK,CACH;YACE,KAAK,EAAE,6BAA6B;YACpC,IAAI,EAAE,gEAAgE;YACtE,MAAM,EAAE,GAAG;YACX,SAAS,EAAE,cAAc;YACzB,KAAK,EAAE,OAAO;YACd,cAAc,EAAE,sBAAc,CAAC,UAAU;YACzC,QAAQ;SACT,EACD,OAAO,kBAEL,KAAK,EAAE;gBACP,yBAAyB;aACxB,IACE,cAAc,GAEnB,KAAK,EACL,IAAI,CACL,CAAC;QACF,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC;IACpC,CAAC;CACF;AA9BD,wDA8BC"}
@@ -0,0 +1,184 @@
1
+ /*
2
+ * © 2024 Snyk Limited
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the 'License');
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * https://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an 'AS IS' BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import { ProblemError } from '../problem-error';
17
+ /**
18
+ * @class
19
+ * @name InternalError
20
+ * @description An unexpected error occurred. Review the request, then try again. If the error persists, contact Snyk Support.
21
+ * @summary SBOM test error
22
+ * @category SbomTest
23
+ * @param {string} details the specific details that causes this error
24
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
25
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
26
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
27
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
28
+ */
29
+ export declare class InternalError extends ProblemError {
30
+ constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string, logs?: string[]);
31
+ }
32
+ /**
33
+ * @class
34
+ * @name OrgIDMismatchError
35
+ * @description The requested organization ID does not match the owner of the SBOM test ID.
36
+ *
37
+ * This error occurs when the supplied organization ID is different to the one used when creating an SBOM test run.
38
+ * Ensure the organization ID used to make the request is the same as the the organization ID used to create the SBOM test.
39
+ * @summary Organization ID mismatch
40
+ * @category SbomTest
41
+ * @param {string} details the specific details that causes this error
42
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
43
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
44
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
45
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
46
+ */
47
+ export declare class OrgIDMismatchError extends ProblemError {
48
+ constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string, logs?: string[]);
49
+ }
50
+ /**
51
+ * @class
52
+ * @name NotFoundError
53
+ * @description Snyk was unable to find the requested SBOM test.
54
+ * @summary Unable to find SBOM test
55
+ * @category SbomTest
56
+ * @param {string} details the specific details that causes this error
57
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
58
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
59
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
60
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
61
+ */
62
+ export declare class NotFoundError extends ProblemError {
63
+ constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string, logs?: string[]);
64
+ }
65
+ /**
66
+ * @class
67
+ * @name FailedTestError
68
+ * @description The SBOM test failed and does not have any results.
69
+ *
70
+ * This error occurs when results for a failed SBOM test are being requested.
71
+ * @summary SBOM test failed
72
+ * @category SbomTest
73
+ * @param {string} details the specific details that causes this error
74
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
75
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
76
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
77
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
78
+ */
79
+ export declare class FailedTestError extends ProblemError {
80
+ constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string, logs?: string[]);
81
+ }
82
+ /**
83
+ * @class
84
+ * @name PendingTestError
85
+ * @description The SBOM test is still processing and does not have any results yet.
86
+ *
87
+ * This error occurs when the results for an SBOM test have been requested, but the SBOM test is still being processed.
88
+ * @summary SBOM test results still pending
89
+ * @category SbomTest
90
+ * @param {string} details the specific details that causes this error
91
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
92
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
93
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
94
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
95
+ */
96
+ export declare class PendingTestError extends ProblemError {
97
+ constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string, logs?: string[]);
98
+ }
99
+ /**
100
+ * @class
101
+ * @name FormatUnknownError
102
+ * @description Snyk does not recognize the SBOM file format.
103
+ *
104
+ * Provide an SBOM document with a supported format.
105
+ *
106
+ * See more:
107
+ * - [https://docs.snyk.io/snyk-cli/commands/sbom-test](https://docs.snyk.io/snyk-cli/commands/sbom-test)
108
+ * @summary Unknown SBOM format
109
+ * @category SbomTest
110
+ * @param {string} details the specific details that causes this error
111
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
112
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
113
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
114
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
115
+ */
116
+ export declare class FormatUnknownError extends ProblemError {
117
+ constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string, logs?: string[]);
118
+ }
119
+ /**
120
+ * @class
121
+ * @name UnprocessableInputError
122
+ * @description Snyk is unable to decode the SBOM file. Provide a valid SBOM document and try again.
123
+ *
124
+ * See more:
125
+ * - [https://docs.snyk.io/snyk-cli/commands/sbom-test](https://docs.snyk.io/snyk-cli/commands/sbom-test)
126
+ * @summary Unable to process SBOM input
127
+ * @category SbomTest
128
+ * @param {string} details the specific details that causes this error
129
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
130
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
131
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
132
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
133
+ */
134
+ export declare class UnprocessableInputError extends ProblemError {
135
+ constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string, logs?: string[]);
136
+ }
137
+ /**
138
+ * @class
139
+ * @name FormatNotSupportedError
140
+ * @description Provide a supported format of the SBOM document and try again.
141
+ *
142
+ * See more:
143
+ * - [https://docs.snyk.io/snyk-cli/commands/sbom-test](https://docs.snyk.io/snyk-cli/commands/sbom-test)
144
+ * @summary SBOM format not supported
145
+ * @category SbomTest
146
+ * @param {string} details the specific details that causes this error
147
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
148
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
149
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
150
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
151
+ */
152
+ export declare class FormatNotSupportedError extends ProblemError {
153
+ constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string, logs?: string[]);
154
+ }
155
+ /**
156
+ * @class
157
+ * @name ConversionFailedError
158
+ * @description Snyk was unable to process the provided SBOM input and is unable to scan it for issues.
159
+ * @summary SBOM analysis failed
160
+ * @category SbomTest
161
+ * @param {string} details the specific details that causes this error
162
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
163
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
164
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
165
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
166
+ */
167
+ export declare class ConversionFailedError extends ProblemError {
168
+ constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string, logs?: string[]);
169
+ }
170
+ /**
171
+ * @class
172
+ * @name NoTestablePackagesError
173
+ * @description The SBOM document you provided does not contain any packages supported by Snyk vulnerability analysis, or it does not contain any package.
174
+ * @summary No testable packages found
175
+ * @category SbomTest
176
+ * @param {string} details the specific details that causes this error
177
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
178
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
179
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
180
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
181
+ */
182
+ export declare class NoTestablePackagesError extends ProblemError {
183
+ constructor(details: string, additionalData?: Record<string, any>, cause?: Error, instance?: string, logs?: string[]);
184
+ }
@@ -0,0 +1,315 @@
1
+ /*
2
+ * © 2024 Snyk Limited
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the 'License');
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * https://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an 'AS IS' BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ "use strict";
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.NoTestablePackagesError = exports.ConversionFailedError = exports.FormatNotSupportedError = exports.UnprocessableInputError = exports.FormatUnknownError = exports.PendingTestError = exports.FailedTestError = exports.NotFoundError = exports.OrgIDMismatchError = exports.InternalError = void 0;
19
+ const types_1 = require("../types");
20
+ const problem_error_1 = require("../problem-error");
21
+ /**
22
+ * @class
23
+ * @name InternalError
24
+ * @description An unexpected error occurred. Review the request, then try again. If the error persists, contact Snyk Support.
25
+ * @summary SBOM test error
26
+ * @category SbomTest
27
+ * @param {string} details the specific details that causes this error
28
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
29
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
30
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
31
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
32
+ */
33
+ class InternalError extends problem_error_1.ProblemError {
34
+ constructor(details, additionalData, cause, instance, logs) {
35
+ super({
36
+ title: 'SBOM test error',
37
+ type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-sbom-0001',
38
+ status: 500,
39
+ errorCode: 'SNYK-SBOM-0001',
40
+ level: 'error',
41
+ classification: types_1.Classification.UNEXPECTED,
42
+ instance,
43
+ }, details, Object.assign({ links: [] }, additionalData), cause, logs);
44
+ this.name = this.constructor.name;
45
+ }
46
+ }
47
+ exports.InternalError = InternalError;
48
+ /**
49
+ * @class
50
+ * @name OrgIDMismatchError
51
+ * @description The requested organization ID does not match the owner of the SBOM test ID.
52
+ *
53
+ * This error occurs when the supplied organization ID is different to the one used when creating an SBOM test run.
54
+ * Ensure the organization ID used to make the request is the same as the the organization ID used to create the SBOM test.
55
+ * @summary Organization ID mismatch
56
+ * @category SbomTest
57
+ * @param {string} details the specific details that causes this error
58
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
59
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
60
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
61
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
62
+ */
63
+ class OrgIDMismatchError extends problem_error_1.ProblemError {
64
+ constructor(details, additionalData, cause, instance, logs) {
65
+ super({
66
+ title: 'Organization ID mismatch',
67
+ type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-sbom-0002',
68
+ status: 404,
69
+ errorCode: 'SNYK-SBOM-0002',
70
+ level: 'warn',
71
+ classification: types_1.Classification.ACTIONABLE,
72
+ instance,
73
+ }, details, Object.assign({ links: [] }, additionalData), cause, logs);
74
+ this.name = this.constructor.name;
75
+ }
76
+ }
77
+ exports.OrgIDMismatchError = OrgIDMismatchError;
78
+ /**
79
+ * @class
80
+ * @name NotFoundError
81
+ * @description Snyk was unable to find the requested SBOM test.
82
+ * @summary Unable to find SBOM test
83
+ * @category SbomTest
84
+ * @param {string} details the specific details that causes this error
85
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
86
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
87
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
88
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
89
+ */
90
+ class NotFoundError extends problem_error_1.ProblemError {
91
+ constructor(details, additionalData, cause, instance, logs) {
92
+ super({
93
+ title: 'Unable to find SBOM test',
94
+ type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-sbom-0003',
95
+ status: 404,
96
+ errorCode: 'SNYK-SBOM-0003',
97
+ level: 'warn',
98
+ classification: types_1.Classification.UNEXPECTED,
99
+ instance,
100
+ }, details, Object.assign({ links: [] }, additionalData), cause, logs);
101
+ this.name = this.constructor.name;
102
+ }
103
+ }
104
+ exports.NotFoundError = NotFoundError;
105
+ /**
106
+ * @class
107
+ * @name FailedTestError
108
+ * @description The SBOM test failed and does not have any results.
109
+ *
110
+ * This error occurs when results for a failed SBOM test are being requested.
111
+ * @summary SBOM test failed
112
+ * @category SbomTest
113
+ * @param {string} details the specific details that causes this error
114
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
115
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
116
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
117
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
118
+ */
119
+ class FailedTestError extends problem_error_1.ProblemError {
120
+ constructor(details, additionalData, cause, instance, logs) {
121
+ super({
122
+ title: 'SBOM test failed',
123
+ type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-sbom-0004',
124
+ status: 404,
125
+ errorCode: 'SNYK-SBOM-0004',
126
+ level: 'warn',
127
+ classification: types_1.Classification.UNSUPPORTED,
128
+ instance,
129
+ }, details, Object.assign({ links: [] }, additionalData), cause, logs);
130
+ this.name = this.constructor.name;
131
+ }
132
+ }
133
+ exports.FailedTestError = FailedTestError;
134
+ /**
135
+ * @class
136
+ * @name PendingTestError
137
+ * @description The SBOM test is still processing and does not have any results yet.
138
+ *
139
+ * This error occurs when the results for an SBOM test have been requested, but the SBOM test is still being processed.
140
+ * @summary SBOM test results still pending
141
+ * @category SbomTest
142
+ * @param {string} details the specific details that causes this error
143
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
144
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
145
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
146
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
147
+ */
148
+ class PendingTestError extends problem_error_1.ProblemError {
149
+ constructor(details, additionalData, cause, instance, logs) {
150
+ super({
151
+ title: 'SBOM test results still pending',
152
+ type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-sbom-0005',
153
+ status: 404,
154
+ errorCode: 'SNYK-SBOM-0005',
155
+ level: 'warn',
156
+ classification: types_1.Classification.UNSUPPORTED,
157
+ instance,
158
+ }, details, Object.assign({ links: [] }, additionalData), cause, logs);
159
+ this.name = this.constructor.name;
160
+ }
161
+ }
162
+ exports.PendingTestError = PendingTestError;
163
+ /**
164
+ * @class
165
+ * @name FormatUnknownError
166
+ * @description Snyk does not recognize the SBOM file format.
167
+ *
168
+ * Provide an SBOM document with a supported format.
169
+ *
170
+ * See more:
171
+ * - [https://docs.snyk.io/snyk-cli/commands/sbom-test](https://docs.snyk.io/snyk-cli/commands/sbom-test)
172
+ * @summary Unknown SBOM format
173
+ * @category SbomTest
174
+ * @param {string} details the specific details that causes this error
175
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
176
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
177
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
178
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
179
+ */
180
+ class FormatUnknownError extends problem_error_1.ProblemError {
181
+ constructor(details, additionalData, cause, instance, logs) {
182
+ super({
183
+ title: 'Unknown SBOM format',
184
+ type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-sbom-0006',
185
+ status: 422,
186
+ errorCode: 'SNYK-SBOM-0006',
187
+ level: 'warn',
188
+ classification: types_1.Classification.UNSUPPORTED,
189
+ instance,
190
+ }, details, Object.assign({ links: [
191
+ 'https://docs.snyk.io/snyk-cli/commands/sbom-test',
192
+ ] }, additionalData), cause, logs);
193
+ this.name = this.constructor.name;
194
+ }
195
+ }
196
+ exports.FormatUnknownError = FormatUnknownError;
197
+ /**
198
+ * @class
199
+ * @name UnprocessableInputError
200
+ * @description Snyk is unable to decode the SBOM file. Provide a valid SBOM document and try again.
201
+ *
202
+ * See more:
203
+ * - [https://docs.snyk.io/snyk-cli/commands/sbom-test](https://docs.snyk.io/snyk-cli/commands/sbom-test)
204
+ * @summary Unable to process SBOM input
205
+ * @category SbomTest
206
+ * @param {string} details the specific details that causes this error
207
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
208
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
209
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
210
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
211
+ */
212
+ class UnprocessableInputError extends problem_error_1.ProblemError {
213
+ constructor(details, additionalData, cause, instance, logs) {
214
+ super({
215
+ title: 'Unable to process SBOM input',
216
+ type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-sbom-0007',
217
+ status: 422,
218
+ errorCode: 'SNYK-SBOM-0007',
219
+ level: 'warn',
220
+ classification: types_1.Classification.UNSUPPORTED,
221
+ instance,
222
+ }, details, Object.assign({ links: [
223
+ 'https://docs.snyk.io/snyk-cli/commands/sbom-test',
224
+ ] }, additionalData), cause, logs);
225
+ this.name = this.constructor.name;
226
+ }
227
+ }
228
+ exports.UnprocessableInputError = UnprocessableInputError;
229
+ /**
230
+ * @class
231
+ * @name FormatNotSupportedError
232
+ * @description Provide a supported format of the SBOM document and try again.
233
+ *
234
+ * See more:
235
+ * - [https://docs.snyk.io/snyk-cli/commands/sbom-test](https://docs.snyk.io/snyk-cli/commands/sbom-test)
236
+ * @summary SBOM format not supported
237
+ * @category SbomTest
238
+ * @param {string} details the specific details that causes this error
239
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
240
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
241
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
242
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
243
+ */
244
+ class FormatNotSupportedError extends problem_error_1.ProblemError {
245
+ constructor(details, additionalData, cause, instance, logs) {
246
+ super({
247
+ title: 'SBOM format not supported',
248
+ type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-sbom-0008',
249
+ status: 422,
250
+ errorCode: 'SNYK-SBOM-0008',
251
+ level: 'warn',
252
+ classification: types_1.Classification.UNSUPPORTED,
253
+ instance,
254
+ }, details, Object.assign({ links: [
255
+ 'https://docs.snyk.io/snyk-cli/commands/sbom-test',
256
+ ] }, additionalData), cause, logs);
257
+ this.name = this.constructor.name;
258
+ }
259
+ }
260
+ exports.FormatNotSupportedError = FormatNotSupportedError;
261
+ /**
262
+ * @class
263
+ * @name ConversionFailedError
264
+ * @description Snyk was unable to process the provided SBOM input and is unable to scan it for issues.
265
+ * @summary SBOM analysis failed
266
+ * @category SbomTest
267
+ * @param {string} details the specific details that causes this error
268
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
269
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
270
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
271
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
272
+ */
273
+ class ConversionFailedError extends problem_error_1.ProblemError {
274
+ constructor(details, additionalData, cause, instance, logs) {
275
+ super({
276
+ title: 'SBOM analysis failed',
277
+ type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-sbom-0009',
278
+ status: 422,
279
+ errorCode: 'SNYK-SBOM-0009',
280
+ level: 'warn',
281
+ classification: types_1.Classification.UNSUPPORTED,
282
+ instance,
283
+ }, details, Object.assign({ links: [] }, additionalData), cause, logs);
284
+ this.name = this.constructor.name;
285
+ }
286
+ }
287
+ exports.ConversionFailedError = ConversionFailedError;
288
+ /**
289
+ * @class
290
+ * @name NoTestablePackagesError
291
+ * @description The SBOM document you provided does not contain any packages supported by Snyk vulnerability analysis, or it does not contain any package.
292
+ * @summary No testable packages found
293
+ * @category SbomTest
294
+ * @param {string} details the specific details that causes this error
295
+ * @param {Classification} classification the error classification determining if the error is user-actionable or not
296
+ * @param {Record<string, any>} [additionalData] a collection of relevant data specific to this error
297
+ * @param {Error} [cause] the `Error` type that caused this error to be thrown
298
+ * @param {string} [instance] the instance to use for this error. Overrides 'instance' metadata
299
+ */
300
+ class NoTestablePackagesError extends problem_error_1.ProblemError {
301
+ constructor(details, additionalData, cause, instance, logs) {
302
+ super({
303
+ title: 'No testable packages found',
304
+ type: 'https://docs.snyk.io/scan-with-snyk/error-catalog#snyk-sbom-0010',
305
+ status: 422,
306
+ errorCode: 'SNYK-SBOM-0010',
307
+ level: 'warn',
308
+ classification: types_1.Classification.UNSUPPORTED,
309
+ instance,
310
+ }, details, Object.assign({ links: [] }, additionalData), cause, logs);
311
+ this.name = this.constructor.name;
312
+ }
313
+ }
314
+ exports.NoTestablePackagesError = NoTestablePackagesError;
315
+ //# sourceMappingURL=SbomTest-error-catalog.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SbomTest-error-catalog.js","sourceRoot":"","sources":["../../../../../packages/error-catalog-nodejs-public/src/catalogs/SbomTest-error-catalog.ts"],"names":[],"mappings":"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"}
@@ -21,6 +21,7 @@ export * as PurlVulnerabilityFetching from './PurlVulnerabilityFetching-error-ca
21
21
  export * as IsolatedBuilds from './IsolatedBuilds-error-catalog';
22
22
  export * as OpenAPI from './OpenAPI-error-catalog';
23
23
  export * as OpenSourceUnmanaged from './OpenSourceUnmanaged-error-catalog';
24
+ export * as SbomTest from './SbomTest-error-catalog';
24
25
  export * as SbomExport from './SbomExport-error-catalog';
25
26
  export * as Fix from './Fix-error-catalog';
26
27
  export * as Code from './Code-error-catalog';
@@ -15,7 +15,7 @@
15
15
  */
16
16
  "use strict";
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.SCM = exports.Target = exports.Integration = exports.CustomBaseImages = exports.CLI = exports.PRChecks = exports.Code = exports.Fix = exports.SbomExport = exports.OpenSourceUnmanaged = exports.OpenAPI = exports.IsolatedBuilds = exports.PurlVulnerabilityFetching = exports.OpenSourceProjectIssues = exports.OpenSourceProjectSnapshots = exports.OpenSourceEcosystems = exports.Snyk = void 0;
18
+ exports.SCM = exports.Target = exports.Integration = exports.CustomBaseImages = exports.CLI = exports.PRChecks = exports.Code = exports.Fix = exports.SbomExport = exports.SbomTest = exports.OpenSourceUnmanaged = exports.OpenAPI = exports.IsolatedBuilds = exports.PurlVulnerabilityFetching = exports.OpenSourceProjectIssues = exports.OpenSourceProjectSnapshots = exports.OpenSourceEcosystems = exports.Snyk = void 0;
19
19
  exports.Snyk = require("./Snyk-error-catalog");
20
20
  exports.OpenSourceEcosystems = require("./OpenSourceEcosystems-error-catalog");
21
21
  exports.OpenSourceProjectSnapshots = require("./OpenSourceProjectSnapshots-error-catalog");
@@ -24,6 +24,7 @@ exports.PurlVulnerabilityFetching = require("./PurlVulnerabilityFetching-error-c
24
24
  exports.IsolatedBuilds = require("./IsolatedBuilds-error-catalog");
25
25
  exports.OpenAPI = require("./OpenAPI-error-catalog");
26
26
  exports.OpenSourceUnmanaged = require("./OpenSourceUnmanaged-error-catalog");
27
+ exports.SbomTest = require("./SbomTest-error-catalog");
27
28
  exports.SbomExport = require("./SbomExport-error-catalog");
28
29
  exports.Fix = require("./Fix-error-catalog");
29
30
  exports.Code = require("./Code-error-catalog");
@@ -1 +1 @@
1
- {"version":3,"file":"error-catalog.js","sourceRoot":"","sources":["../../../../../packages/error-catalog-nodejs-public/src/catalogs/error-catalog.ts"],"names":[],"mappings":";;;AAAA,+CAA6C;AAC7C,+EAA6E;AAC7E,2FAAyF;AACzF,qFAAmF;AACnF,yFAAuF;AACvF,mEAAiE;AACjE,qDAAmD;AACnD,6EAA2E;AAC3E,2DAAyD;AACzD,6CAA2C;AAC3C,+CAA6C;AAC7C,uDAAqD;AACrD,6CAA2C;AAC3C,uEAAqE;AACrE,6DAA2D;AAC3D,mDAAiD;AACjD,6CAA2C"}
1
+ {"version":3,"file":"error-catalog.js","sourceRoot":"","sources":["../../../../../packages/error-catalog-nodejs-public/src/catalogs/error-catalog.ts"],"names":[],"mappings":";;;AAAA,+CAA6C;AAC7C,+EAA6E;AAC7E,2FAAyF;AACzF,qFAAmF;AACnF,yFAAuF;AACvF,mEAAiE;AACjE,qDAAmD;AACnD,6EAA2E;AAC3E,uDAAqD;AACrD,2DAAyD;AACzD,6CAA2C;AAC3C,+CAA6C;AAC7C,uDAAqD;AACrD,6CAA2C;AAC3C,uEAAqE;AACrE,6DAA2D;AAC3D,mDAAiD;AACjD,6CAA2C"}
@@ -169,6 +169,18 @@ declare const _default: {
169
169
  EmptyRequestBody: string;
170
170
  InvalidDepGraph: string;
171
171
  };
172
+ SbomTest: {
173
+ Internal: string;
174
+ OrgIDMismatch: string;
175
+ NotFound: string;
176
+ FailedTest: string;
177
+ PendingTest: string;
178
+ FormatUnknown: string;
179
+ UnprocessableInput: string;
180
+ FormatNotSupported: string;
181
+ ConversionFailed: string;
182
+ NoTestablePackages: string;
183
+ };
172
184
  Fix: {
173
185
  FailedToGetPullRequestAttributes: string;
174
186
  PullRequestTemplateNotFound: string;
@@ -205,6 +217,7 @@ declare const _default: {
205
217
  FailedToGenerateCommitStatus: string;
206
218
  };
207
219
  CLI: {
220
+ ConfigEnvironmentFailed: string;
208
221
  ConnectionTimeout: string;
209
222
  };
210
223
  CustomBaseImages: {
@@ -171,6 +171,18 @@ exports.default = {
171
171
  EmptyRequestBody: 'SNYK-OS-9007',
172
172
  InvalidDepGraph: 'SNYK-OS-9008',
173
173
  },
174
+ SbomTest: {
175
+ Internal: 'SNYK-SBOM-0001',
176
+ OrgIDMismatch: 'SNYK-SBOM-0002',
177
+ NotFound: 'SNYK-SBOM-0003',
178
+ FailedTest: 'SNYK-SBOM-0004',
179
+ PendingTest: 'SNYK-SBOM-0005',
180
+ FormatUnknown: 'SNYK-SBOM-0006',
181
+ UnprocessableInput: 'SNYK-SBOM-0007',
182
+ FormatNotSupported: 'SNYK-SBOM-0008',
183
+ ConversionFailed: 'SNYK-SBOM-0009',
184
+ NoTestablePackages: 'SNYK-SBOM-0010',
185
+ },
174
186
  Fix: {
175
187
  FailedToGetPullRequestAttributes: 'SNYK-PR-TEMPLATE-0001',
176
188
  PullRequestTemplateNotFound: 'SNYK-PR-TEMPLATE-0002',
@@ -207,6 +219,7 @@ exports.default = {
207
219
  FailedToGenerateCommitStatus: 'SNYK-PR-CHECK-0011',
208
220
  },
209
221
  CLI: {
222
+ ConfigEnvironmentFailed: 'SNYK-CLI-0001',
210
223
  ConnectionTimeout: 'SNYK-OS-7001',
211
224
  },
212
225
  CustomBaseImages: {
@@ -1 +1 @@
1
- {"version":3,"file":"error-codes.js","sourceRoot":"","sources":["../../../../../packages/error-catalog-nodejs-public/src/catalogs/error-codes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"error-codes.js","sourceRoot":"","sources":["../../../../../packages/error-catalog-nodejs-public/src/catalogs/error-codes.ts"],"names":[],"mappings":"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"}