ResourceOperationStatusWidgetSuiteWidgetSuiteError interface

Provides status details for long running operations.

Properties

error

Error object that describes the error when status is "Failed".

id

The unique ID of the operation.

result

The result of the operation.

status

The status of the operation

Property Details

error

Error object that describes the error when status is "Failed".

error?: ErrorModel

Property Value

id

The unique ID of the operation.

id: string

Property Value

string

result

The result of the operation.

result?: WidgetSuite

Property Value

status

The status of the operation

status: string

Property Value

string