UNPKG

snyk

Version:

snyk library and cli utility

9 lines (8 loc) 616 B
import { CustomError } from './custom-error'; export declare function NotSupportedIacFileErrorMsg(fileName: string): string; export declare function IllegalIacFileErrorMsg(fileName: string): string; export declare function NotSupportedIacFileError(fileName: string): CustomError; export declare function IllegalIacCustomError(fileName: string): CustomError; export declare function InvalidK8SFileError(errorMsg: string): CustomError; export declare function IllegalTerraformFileError(atLocations: string[], reason: string): CustomError; export declare function NotSupportedIacAllProjects(path: string): CustomError;