Interface: WebAPIPlatformError
Defined in: packages/web-api/src/errors.ts:39
All errors produced by this package adhere to this interface
Extends
Properties
code
code: PlatformError;
Defined in: packages/web-api/src/errors.ts:40
Overrides
data
data: WebAPICallResult & object;
Defined in: packages/web-api/src/errors.ts:41
Type declaration
error
error: string;
errno?
optional errno: number;
Defined in: docs/node_modules/@types/node/globals.d.ts:267
Inherited from
message
message: string;
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1077
Inherited from
name
name: string;
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1076
Inherited from
path?
optional path: string;
Defined in: docs/node_modules/@types/node/globals.d.ts:269
Inherited from
stack?
optional stack: string;
Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1078
Inherited from
syscall?
optional syscall: string;
Defined in: docs/node_modules/@types/node/globals.d.ts:270