Class: CombinedPropertyError
Defined in: projects/shapeshift/src/lib/errors/CombinedPropertyError.ts:5
Extends
Constructors
Constructor
new CombinedPropertyError(
errors: [PropertyKey,BaseError][],validatorOptions?:ValidatorOptions):CombinedPropertyError
Defined in: projects/shapeshift/src/lib/errors/CombinedPropertyError.ts:8
Parameters
| Parameter | Type | 
|---|---|
| errors | [ PropertyKey,BaseError][] | 
| validatorOptions? | ValidatorOptions | 
Returns
CombinedPropertyError
Overrides
Properties
errors
readonlyerrors: [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
| Parameter | Type | 
|---|---|
| depth | number | 
| options | InspectOptionsStylized | 
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
| Parameter | Type | 
|---|---|
| depth | number | 
| options | InspectOptionsStylized | 
Returns
string
Overrides
BaseError.[customInspectSymbolStackLess]
toJSON()
toJSON():
BaseErrorJsonified
Defined in: projects/shapeshift/src/lib/errors/BaseError.ts:8