X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FError.ts;h=b27f24578fa4829dc27e9eb7468f7217c3c6090b;hb=9d73266c8bb85d7e2bc1fab9954a76910fd689eb;hp=c599438ce3554f6c4858d11e14508b0d48ff3199;hpb=e0a50bcd7ae5a1b4ce22e39935f96a8f7e1222b4;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/Error.ts b/src/types/Error.ts index c599438c..b27f2457 100644 --- a/src/types/Error.ts +++ b/src/types/Error.ts @@ -1,4 +1,5 @@ -export interface HandleErrorParams { +export interface HandleErrorParams { throwError?: boolean; consoleOut?: boolean; + errorResponse?: T; }