Skip to main content

Class: CortexValidationError

Extends

Constructors

new CortexValidationError()

new CortexValidationError(message, details?): CortexValidationError

Parameters

ParameterType
messagestring
details?unknown

Returns

CortexValidationError

Overrides

CortexError.constructor

Defined in

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

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