Skip to content

Class: UKomiAlreadySubmittedException

Thrown when a duplicate review submission is rejected (HTTP 409). The reviewer should check their inbox/spam for the verification email.

Extends

Constructors

Constructor

ts
new UKomiAlreadySubmittedException(message: string, cause?: Error): UKomiAlreadySubmittedException;

Parameters

message

string

cause?

Error

Returns

UKomiAlreadySubmittedException

Overrides

UKomiApiException.constructor

Properties

cause?

ts
optional cause?: Error;

Optional underlying error that caused this exception

Inherited from

UKomiApiException.cause


code

ts
code: number;

HTTP status code or API error code

Inherited from

UKomiApiException.code


details?

ts
optional details?: unknown;

Raw response body from the API. Shape is API-version dependent, not part of the stable surface — prefer the specialized exception subclasses.

Inherited from

UKomiApiException.details