Base error class for all Vana SDK errors with structured error codes.
Remarks
This abstract base class provides a foundation for all SDK-specific errors with
consistent error codes and stack trace handling. All Vana SDK errors extend this
class to provide structured error information that applications can handle
programmatically. The error code enables differentiation between error types
without relying on string matching.
Base error class for all Vana SDK errors with structured error codes.
Remarks
This abstract base class provides a foundation for all SDK-specific errors with consistent error codes and stack trace handling. All Vana SDK errors extend this class to provide structured error information that applications can handle programmatically. The error code enables differentiation between error types without relying on string matching.