MCPcopy
hub / github.com/vpulim/node-soap / ISoapError

Interface ISoapError

src/client.ts:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19const nonIdentifierChars = /[^a-z$_0-9]/i;
20
21export interface ISoapError extends Error {
22 response?;
23 body?;
24}
25
26//eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging
27export interface Client {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected