Edit

Share via


IActionOutcome interface

Base class for all action outcome.

Properties

failureReason

The reason for teh failure.

id

Id of the operation.

outcome

Indicates the success or failure of the action.

type

Type of outcome.

Property Details

failureReason

The reason for teh failure.

failureReason?: string

Property Value

string

id

Id of the operation.

id: string

Property Value

string

outcome

Indicates the success or failure of the action.

outcome: string

Property Value

string

type

Type of outcome.

type: string

Property Value

string