Class: CombinedPropertyError
Extends
Constructors
new CombinedPropertyError()
new CombinedPropertyError(
errors: [PropertyKey,BaseError][],validatorOptions?:ValidatorOptions):CombinedPropertyError
Parameters
| Parameter | Type |
|---|---|
errors | [PropertyKey, BaseError][] |
validatorOptions? | ValidatorOptions |
Returns
Overrides
Source
projects/shapeshift/src/lib/errors/CombinedPropertyError.ts:8
Properties
errors
readonlyerrors: [PropertyKey,BaseError][]
Source
projects/shapeshift/src/lib/errors/CombinedPropertyError.ts:6
Methods
[customInspectSymbolStackLess]()
protected[customInspectSymbolStackLess](depth:number,options:InspectOptionsStylized):string
Parameters
| Parameter | Type |
|---|---|
depth | number |
options | InspectOptionsStylized |
Returns
string
Overrides
BaseError . [customInspectSymbolStackLess]
Source
projects/shapeshift/src/lib/errors/CombinedPropertyError.ts:14
[customInspectSymbol]()
protected[customInspectSymbol](depth:number,options:InspectOptionsStylized):string
Parameters
| Parameter | Type |
|---|---|
depth | number |
options | InspectOptionsStylized |
Returns
string
Inherited from
BaseError . [customInspectSymbol]
Source
projects/shapeshift/src/lib/errors/BaseError.ts:15
toJSON()
toJSON():
BaseErrorJsonified
Returns
Inherited from
Source
projects/shapeshift/src/lib/errors/BaseError.ts:8
formatProperty()
staticprivateformatProperty(key:PropertyKey,options:InspectOptionsStylized):string
Parameters
| Parameter | Type |
|---|---|
key | PropertyKey |
options | InspectOptionsStylized |
Returns
string
Source
projects/shapeshift/src/lib/errors/CombinedPropertyError.ts:36