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