Skip to content

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

UKomiException.constructor

Properties

cause?

ts
optional cause?: Error;

Optional underlying error that caused this exception

Inherited from

UKomiException.cause