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
Properties
cause?
ts
optional cause?: Error;Optional underlying error that caused this exception
Inherited from
code
ts
code: number;HTTP status code or API error code
Inherited from
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.