Class: UKomiAuthException
Exception thrown when authentication fails. Typically occurs when invalid API credentials are provided.
Extends
Constructors
Constructor
ts
new UKomiAuthException(message: string, cause?: Error): UKomiAuthException;Parameters
message
string
cause?
Error
Returns
UKomiAuthException
Overrides
Properties
cause?
ts
optional cause?: Error;Optional underlying error that caused this exception