Skip to main content

Interface: CodedError

All errors produced by this package adhere to this interface

Extends

  • ErrnoException

Extended by

Properties

code

code: ErrorCode;

Overrides

NodeJS.ErrnoException.code

Defined in

packages/web-api/src/errors.ts:11


errno?

optional errno: number;

Inherited from

NodeJS.ErrnoException.errno

Defined in

docs/node_modules/@types/node/globals.d.ts:267


message

message: string;

Inherited from

NodeJS.ErrnoException.message

Defined in

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


name

name: string;

Inherited from

NodeJS.ErrnoException.name

Defined in

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


path?

optional path: string;

Inherited from

NodeJS.ErrnoException.path

Defined in

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


stack?

optional stack: string;

Inherited from

NodeJS.ErrnoException.stack

Defined in

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


syscall?

optional syscall: string;

Inherited from

NodeJS.ErrnoException.syscall

Defined in

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