The specific error code identifying the type of error.
A descriptive message providing details about the error condition.
Optional
causeReadonly
codeThe specific error code identifying the type of error.
Readonly
messageA descriptive message providing details about the error condition.
Readonly
nameOptional
stackStatic
Optional
prepareOptional override for formatting stack traces
Static
stackThe maximum number of stack frames to capture.
Static
captureCreate .stack property on a target object
Optional
constructorOpt: FunctionCreate .stack property on a target object
Optional
constructorOpt: FunctionStatic
is
Custom error class for the Fraci library.
This class encapsulates errors that occur during fractional indexing operations, providing structured error information through error codes and descriptive messages. Use the utility functions isFraciError and getFraciErrorCode to safely work with these errors.
See