UNPKG

frame.soap

Version:

SOAP client library for Frame services

18 lines 548 B
import { SIDE } from 'frame.constants'; type TSoapError = { indicator: SIDE; message?: string; code?: number; }; export declare class SoapError extends Error { static readonly Name = "SoapError"; private soapError1?; private soapError2?; private request?; constructor(message: string, side1?: TSoapError, side2?: TSoapError, request?: string); get Right(): TSoapError | undefined; get Left(): TSoapError | undefined; get Request(): string | undefined; } export {}; //# sourceMappingURL=SoapError.d.ts.map