Function: hasPriorityValidationError()
Check whether validation errors should be handled before version, help, or command execution.
Signature
ts
export function hasPriorityValidationError(error: AggregateError | undefined): booleanParameters
| Name | Type | Description |
|---|---|---|
error | AggregateError | undefined | An aggregate validation error |
Returns
boolean — true if the validation error must be handled with priority
