Skip to main content

Interface: CodedError

Defined in: packages/events-api/src/http-handler.ts:288

All errors produced by this package are regular Error objects with an extra `error` field.

Extends

  • Error

Properties

code

code: ErrorCode;

Defined in: packages/events-api/src/http-handler.ts:292

What kind of error occurred.


message

message: string;

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

Inherited from

Error.message

name

name: string;

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

Inherited from

Error.name

stack?

optional stack: string;

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

Inherited from

Error.stack