types.TransferError
Last updated
Was this helpful?
Last updated
Was this helpful?
/ / / TransferError
.TransferError
Akin to TransferStatus, these are a bit more granular and specific. Every TransferError translates to a , but two or more TransferErrors can represent the same TransferStatus, and not all Transfer Statuses are represented by a TransferError
• InsufficientBalance
translates to TransferStatus.InsufficientBalance
occurs if the sender Identity does not have enough balance to cover the amount
Defined in
• InsufficientPortfolioBalance
translates to TransferStatus.PortfolioFailure
occurs if the sender Portfolio does not have enough balance to cover the amount
Defined in
• InvalidGranularity
translates to TransferStatus.InvalidGranularity
occurs if attempting to transfer decimal amounts of a non-divisible token
Defined in
• InvalidReceiverCdd
translates to TransferStatus.InvalidReceiverIdentity
occurs if the receiver Identity doesn't have a valid CDD claim
Defined in
• InvalidReceiverPortfolio
translates to TransferStatus.PortfolioFailure
occurs if the receiver Portfolio doesn't exist
Defined in
• InvalidSenderCdd
translates to TransferStatus.InvalidSenderIdentity
occurs if the receiver Identity doesn't have a valid CDD claim
Defined in
• InvalidSenderPortfolio
translates to TransferStatus.PortfolioFailure
occurs if the sender Portfolio doesn't exist
Defined in
• ScopeClaimMissing
translates to TransferStatus.ScopeClaimMissing
occurs if one of the participants doesn't have a valid Investor Uniqueness Claim for the Asset
Defined in
• SelfTransfer
translates to TransferStatus.InvalidReceiverIdentity
occurs if the origin and destination Identities are the same
Defined in
• TransfersFrozen
translates to TransferStatus.TransfersHalted
occurs if the Asset's transfers are frozen
Defined in