@polymeshassociation/polymesh-sdk / Modules / types / TransferError
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
Table of contents
Enumeration Members
Enumeration Members
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:618arrow-up-right
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:642arrow-up-right
InvalidGranularity
• InvalidGranularity
translates to TransferStatus.InvalidGranularity
occurs if attempting to transfer decimal amounts of a non-divisible token
Defined in
types/index.ts:587arrow-up-right
InvalidReceiverCdd
• InvalidReceiverCdd
translates to TransferStatus.InvalidReceiverIdentity
occurs if the receiver Identity doesn't have a valid CDD claim
Defined in
types/index.ts:599arrow-up-right
InvalidReceiverPortfolio
• InvalidReceiverPortfolio
translates to TransferStatus.PortfolioFailure
occurs if the receiver Portfolio doesn't exist
Defined in
types/index.ts:636arrow-up-right
InvalidSenderCdd
• InvalidSenderCdd
translates to TransferStatus.InvalidSenderIdentity
occurs if the receiver Identity doesn't have a valid CDD claim
Defined in
types/index.ts:605arrow-up-right
InvalidSenderPortfolio
• InvalidSenderPortfolio
translates to TransferStatus.PortfolioFailure
occurs if the sender Portfolio doesn't exist
Defined in
types/index.ts:630arrow-up-right
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:612arrow-up-right
• SelfTransfer
translates to TransferStatus.InvalidReceiverIdentity
occurs if the origin and destination Identities are the same
Defined in
types/index.ts:593arrow-up-right
TransfersFrozen
• TransfersFrozen
translates to TransferStatus.TransfersHalted
occurs if the Asset's transfers are frozen
Defined in
types/index.ts:624arrow-up-right