UNPKG

rba-widget

Version:

An embeddable Risk Based Authentication - Login & Transaction

6 lines (5 loc) 189 B
import { AxiosError } from 'axios'; export declare function handle3rdPartyHttpError(error: AxiosError<unknown, any>, apiCode: string): { errorCode: string; errorMessage: string; };