/* * © 2024 Snyk Limited * * Licensed under the Apache License, Version 2.0 (the 'License'); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an 'AS IS' BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ export * as Snyk from './Snyk-error-catalog'; export * as OpenSourceEcosystems from './OpenSourceEcosystems-error-catalog'; export * as OpenSourceProjectSnapshots from './OpenSourceProjectSnapshots-error-catalog'; export * as OpenSourceProjectIssues from './OpenSourceProjectIssues-error-catalog'; export * as Policies from './Policies-error-catalog'; export * as PurlVulnerabilityFetching from './PurlVulnerabilityFetching-error-catalog'; export * as IsolatedBuilds from './IsolatedBuilds-error-catalog'; export * as OpenAPI from './OpenAPI-error-catalog'; export * as OpenSourceUnmanaged from './OpenSourceUnmanaged-error-catalog'; export * as SbomTest from './SbomTest-error-catalog'; export * as SbomExport from './SbomExport-error-catalog'; export * as Fix from './Fix-error-catalog'; export * as Code from './Code-error-catalog'; export * as PRChecks from './PRChecks-error-catalog'; export * as CLI from './CLI-error-catalog'; export * as CustomBaseImages from './CustomBaseImages-error-catalog'; export * as Integration from './Integration-error-catalog'; export * as Target from './Target-error-catalog'; export * as SCM from './SCM-error-catalog';