Aracılığıyla paylaş


AsyncOperationResult interface

Result of a long running operation.

Properties

error

Error message containing code, description and details

status

current status of a long running operation.

Property Details

error

Error message containing code, description and details

error?: ErrorMessage

Property Value

status

current status of a long running operation.

status?: string

Property Value

string