@apistudio/apim-cli
Version:
CLI for API Management Products
13 lines • 469 B
TypeScript
/**
* Copyright Super iPaaS Integration LLC, an IBM Company 2024
*/
import { ErrorResponse } from '../models/interface.js';
export declare const errorsArray: ErrorResponse[];
export declare const addErrorToResponse: (errorCode: string, field: string, description: string) => void;
export declare const constructErrorResponse: () => {
respCode: number;
message: string;
Endpoints: never[];
errors: ErrorResponse[];
};
//# sourceMappingURL=helper.d.ts.map