AggregateCreateNodesError
This error should be thrown when a createNodesV2
function hits a recoverable error.
It allows Nx to recieve partial results and continue processing for better UX.
Properties
cause: unknown
errors: any[]
message: string
name: string
partialResults: CreateNodesResultV2
pluginIndex: number
stack: string