Edit File: authentication-failed-error.d.ts
import { CustomError } from './custom-error'; export declare function AuthFailedError(errorMessage?: string, errorCode?: number): CustomError;
Back to File Manager