Skip to main content

TransactionResultFailed Interface

The result of a transaction that was rolled back.

This API is provided as an alpha preview and may change without notice.

To use, import via fluid-framework/alpha.

For more information about our API support guarantees, see here.

Signature

export interface TransactionResultFailed<TFailureValue> extends WithValue<TFailureValue>

Extends: WithValue<TFailureValue>

Type Parameters

ParameterDescription
TFailureValue

Properties

PropertyAlertsTypeDescription
successAlphafalseThe failure flag for a transaction that was rolled back.

Property Details

success

The failure flag for a transaction that was rolled back.

This API is provided as an alpha preview and may change without notice.

For more information about our API support guarantees, see here.

Signature

success: false;

Type: false