Skip to content

Interface.AsynchronousResult

Octavian Condre edited this page Jul 25, 2024 · 2 revisions

Trados User Interface Extensibility v0.1.13 / AsynchronousResult

Interface: AsynchronousResult

Represents the result of an asynchronous operation, including status and potential error information.

Export

AsynchronousResult

Properties

errorMessage?

optional errorMessage: string

When the status is 'failed', it contains the error message explaining what went wrong.

Memberof

AsynchronousResult

Source

lc-public-api/models/index.ts:630


id

id: string

Unique identifier for the asynchronous operation.

Memberof

AsynchronousResult

Source

lc-public-api/models/index.ts:618


status

status: AsynchronousResultStatusEnum

The status of the asynchronous operation.

Memberof

AsynchronousResult

Source

lc-public-api/models/index.ts:624

API

Classes

Interfaces

Type Aliases

Variables

Functions

Clone this wiki locally