Skip to main content

Class: CortexNotFoundError

Extends

Constructors

new CortexNotFoundError()

new CortexNotFoundError(message, details?): CortexNotFoundError

Parameters

ParameterType
messagestring
details?unknown

Returns

CortexNotFoundError

Overrides

CortexError.constructor

Defined in

4Players/cortex-typescript-sdk/src/errors.ts:36

Properties

PropertyModifierTypeInherited fromDefined in
details?readonlyunknownCortexError.details4Players/cortex-typescript-sdk/src/errors.ts:11
statusCode?readonlynumberCortexError.statusCode4Players/cortex-typescript-sdk/src/errors.ts:10

Methods

captureStackTrace()?

static optional captureStackTrace(targetObject, constructorOpt?): void

Parameters

ParameterType
targetObjectobject
constructorOpt?Function

Returns

void

Inherited from

CortexError.captureStackTrace

Defined in

4Players/cortex-typescript-sdk/src/errors.ts:4