TransactionAuthResult

From Virtual World Web Wiki
Jump to: navigation, search

Specifies the result of a Financial System transaction authorization attempt

Remarks [edit]

Enum Values

Succeeded = 0
Authorization completed successfully. The transaction is ready to be settled.
FailedSourceResolve = 1
The system was unable to resolve a suitable financial account for the source entity
FailedTargetResolve = 2
The system was unable to resolve a suitable financial account for one or more of the target entities
DataException = 3
There was a problem with the transaction, probably a bad entity or currency ID
InsufficientFunds = 4
The source financial account did not have enough funds to cover the transaction
Denied = 5
The transaction was denied (generally by a component)