Getting Started
Writing content
API Documentation
Customization
Recipes
API References Develop
@ng-doc/builder / Class

BuilderError

Represents an error state in the builder process. This class is used when the builder has encountered an error.

Constructor

Creates a new instance of the BuilderError class.

Presentation
constructor(
	readonly tag: string, 
	readonly error: Error[]
): BuilderError;
Parameters
NameTypeDescription
r
tag
string
r
error
Error[]

Properties

NameTypeDescription
state
r
"error"