Skip to main content
Version: 23.0.x

Enumeration: TransferError

types.TransferError

Akin to TransferStatus, these are a bit more granular and specific. Every TransferError translates to a TransferStatus, but two or more TransferErrors can represent the same TransferStatus, and not all Transfer Statuses are represented by a TransferError

Enumeration Members

ComplianceFailure

ComplianceFailure = "ComplianceFailure"

translates to TransferStatus.ComplianceFailure

occurs if some compliance rule would prevent the transfer

Defined in

types/index.ts:700


InsufficientBalance

InsufficientBalance = "InsufficientBalance"

translates to TransferStatus.InsufficientBalance

occurs if the sender Identity does not have enough balance to cover the amount

Defined in

types/index.ts:669


InsufficientPortfolioBalance

InsufficientPortfolioBalance = "InsufficientPortfolioBalance"

translates to TransferStatus.PortfolioFailure

occurs if the sender Portfolio does not have enough balance to cover the amount

Defined in

types/index.ts:693


InvalidGranularity

InvalidGranularity = "InvalidGranularity"

translates to TransferStatus.InvalidGranularity

occurs if attempting to transfer decimal amounts of a non-divisible token

Defined in

types/index.ts:638


InvalidReceiverCdd

InvalidReceiverCdd = "InvalidReceiverCdd"

translates to TransferStatus.InvalidReceiverIdentity

occurs if the receiver Identity doesn't have a valid CDD claim

Defined in

types/index.ts:650


InvalidReceiverPortfolio

InvalidReceiverPortfolio = "InvalidReceiverPortfolio"

translates to TransferStatus.PortfolioFailure

occurs if the receiver Portfolio doesn't exist

Defined in

types/index.ts:687


InvalidSenderCdd

InvalidSenderCdd = "InvalidSenderCdd"

translates to TransferStatus.InvalidSenderIdentity

occurs if the receiver Identity doesn't have a valid CDD claim

Defined in

types/index.ts:656


InvalidSenderPortfolio

InvalidSenderPortfolio = "InvalidSenderPortfolio"

translates to TransferStatus.PortfolioFailure

occurs if the sender Portfolio doesn't exist

Defined in

types/index.ts:681


ScopeClaimMissing

ScopeClaimMissing = "ScopeClaimMissing"

translates to TransferStatus.ScopeClaimMissing

occurs if one of the participants doesn't have a valid Investor Uniqueness Claim for the Asset

Defined in

types/index.ts:663


SelfTransfer

SelfTransfer = "SelfTransfer"

translates to TransferStatus.InvalidReceiverIdentity

occurs if the origin and destination Identities are the same

Defined in

types/index.ts:644


TransfersFrozen

TransfersFrozen = "TransfersFrozen"

translates to TransferStatus.TransfersHalted

occurs if the Asset's transfers are frozen

Defined in

types/index.ts:675