Class: UKomiException
Base exception class for all U-KOMI SDK errors. All SDK exceptions extend this class, allowing for unified error handling.
Extends
Error
Extended by
Constructors
Constructor
ts
new UKomiException(message: string, cause?: Error): UKomiException;Parameters
message
string
cause?
Error
Returns
UKomiException
Overrides
ts
Error.constructorProperties
cause?
ts
optional cause?: Error;Optional underlying error that caused this exception