UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

13 lines 681 B
import { IHelpfullInput, IHelpfullOutput } from "../../../logic/Errors/friendly"; import { IFpsSpHttpServiceMIN } from "../../../components/molecules/SpHttp/Sp/IFpsSpHttpServiceMIN"; /** * 2024-12-09: Migrated this function from it's original location here: \components\molecules\process-results\Logging.ts * * import { saveErrorToLog } from "@mikezimm/fps-core-v7/lib/restAPIs/logging/Analytics/saveErrorToLog"; * * @param errorInfo * @param errorInput * @returns */ export declare function saveErrorToLog(errorInfo: IHelpfullOutput, errorInput: IHelpfullInput, fpsSpService: IFpsSpHttpServiceMIN): Promise<void>; //# sourceMappingURL=saveErrorToLog.d.ts.map