Skip to main content

Class: CombinedPropertyError

Defined in: projects/shapeshift/src/lib/errors/CombinedPropertyError.ts:5

Extends

Constructors

new CombinedPropertyError()

new CombinedPropertyError(errors: [PropertyKey, BaseError][], validatorOptions?: ValidatorOptions): CombinedPropertyError

Defined in: projects/shapeshift/src/lib/errors/CombinedPropertyError.ts:8

Parameters

ParameterType
errors[PropertyKey, BaseError][]
validatorOptions?ValidatorOptions

Returns

CombinedPropertyError

Overrides

BaseError.constructor

Properties

errors

readonly errors: [PropertyKey, BaseError][]

Defined in: projects/shapeshift/src/lib/errors/CombinedPropertyError.ts:6

Methods

[customInspectSymbol]()

protected [customInspectSymbol](depth: number, options: InspectOptionsStylized): string

Defined in: projects/shapeshift/src/lib/errors/BaseError.ts:15

Parameters

ParameterType
depthnumber
optionsInspectOptionsStylized

Returns

string

Inherited from

BaseError.[customInspectSymbol]


[customInspectSymbolStackLess]()

protected [customInspectSymbolStackLess](depth: number, options: InspectOptionsStylized): string

Defined in: projects/shapeshift/src/lib/errors/CombinedPropertyError.ts:14

Parameters

ParameterType
depthnumber
optionsInspectOptionsStylized

Returns

string

Overrides

BaseError.[customInspectSymbolStackLess]


toJSON()

toJSON(): BaseErrorJsonified

Defined in: projects/shapeshift/src/lib/errors/BaseError.ts:8

Returns

BaseErrorJsonified

Inherited from

BaseError.toJSON