Files
brk/modules/brk-client/docs/classes/BrkError.md
2026-01-18 00:19:09 +01:00

1.1 KiB

brk-client


brk-client / BrkError

Class: BrkError

Defined in: Developer/brk/modules/brk-client/index.js:827

Custom error class for BRK client errors

Extends

  • Error

Constructors

Constructor

new BrkError(message, status?): BrkError

Defined in: Developer/brk/modules/brk-client/index.js:832

Parameters

message

string

status?

number

Returns

BrkError

Overrides

Error.constructor

Methods

isError()

static isError(error): error is Error

Defined in: .npm/_npx/940582f83630445a/node_modules/typescript/lib/lib.esnext.error.d.ts:23

Indicates whether the argument provided is a built-in Error instance or not.

Parameters

error

unknown

Returns

error is Error

Inherited from

Error.isError