Skip to main content

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

CodedError.code


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

CodedError.errno


message

message: string;

Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

CodedError.message


name

name: string;

Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1076

Inherited from

CodedError.name


path?

optional path: string;

Defined in: docs/node_modules/@types/node/globals.d.ts:269

Inherited from

CodedError.path


stack?

optional stack: string;

Defined in: docs/node_modules/typescript/lib/lib.es5.d.ts:1078

Inherited from

CodedError.stack


syscall?

optional syscall: string;

Defined in: docs/node_modules/@types/node/globals.d.ts:270

Inherited from

CodedError.syscall