The specific error code identifying the type of error.
A descriptive message providing details about the error condition.
OptionalcauseReadonlycodeThe specific error code identifying the type of error.
ReadonlymessageA descriptive message providing details about the error condition.
ReadonlynameOptionalstackStatic OptionalprepareOptional override for formatting stack traces
StaticstackThe maximum number of stack frames to capture.
StaticcaptureCreate .stack property on a target object
OptionalconstructorOpt: FunctionCreate .stack property on a target object
OptionalconstructorOpt: FunctionStaticis
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