UNPKG

@cumulus/common

Version:
9 lines 346 B
/** * This method is for parsing a caught error which is not an HTTPerror * in case the EDL endpoint call results in an unexpected error * * @param {unkown} e - the Error, if e isn't of type Error then it returns itself * @returns {Error} */ export declare const parseCaughtError: (e: unknown) => Error; //# sourceMappingURL=errors.d.ts.map