Class: UKomiNetworkException
Exception thrown when a network error occurs. Indicates connectivity issues or the API server being unreachable.
Extends
Constructors
Constructor
ts
new UKomiNetworkException(message: string, cause?: Error): UKomiNetworkException;Parameters
message
string
cause?
Error
Returns
UKomiNetworkException
Overrides
Properties
cause?
ts
optional cause?: Error;Optional underlying error that caused this exception