Interface: BaseException
Base exception class that extends the native Error class. Provides a foundation for all custom exceptions with additional metadata like error codes, status codes, and help descriptions.
Extends
Error
Extended by
E_NOT_AN_ENCODED_VALUEE_INVALID_VERSIONE_INCOMPATIBLE_VERSIONE_ENCODING_FAILEDE_CIRCULAR_REFERENCEE_UNENCODABLE_VALUEE_UNDECODABLE_VALUE
Properties
Accessors
[toStringTag]
Get Signature
ts
get toStringTag: string;Returns the constructor name for the Symbol.toStringTag property.
Returns
string
The name of the exception class.
Methods
toString()
ts
toString(): string;Returns a string representation of the exception. Includes the error code in brackets if available.
Returns
string
A formatted string representation of the exception.