dynamic-forms / Class

DynamicFormError

Extends:Error

Base error class for all Dynamic Forms errors.

This class centralizes the [Dynamic Forms] prefix, ensuring consistent error messaging across the library without requiring each error site to manually include the prefix.

See Also

Constructor

No documentation has been provided.

Presentation
constructor(
	message: string
): DynamicFormError;
Parameters
NameTypeDescription
message
string