# TransferStatus

ERC1400 compliant transfer status

## Index

### Enumeration members

* [BlockedTransaction](#blockedtransaction)
* [ComplianceFailure](#compliancefailure)
* [CustodianError](#custodianerror)
* [Failure](#failure)
* [FundsLimitReached](#fundslimitreached)
* [FundsLocked](#fundslocked)
* [InsufficientAllowance](#insufficientallowance)
* [InsufficientBalance](#insufficientbalance)
* [InvalidGranularity](#invalidgranularity)
* [InvalidOperator](#invalidoperator)
* [InvalidReceiverAddress](#invalidreceiveraddress)
* [InvalidReceiverIdentity](#invalidreceiveridentity)
* [InvalidSenderAddress](#invalidsenderaddress)
* [InvalidSenderIdentity](#invalidsenderidentity)
* [PortfolioFailure](#portfoliofailure)
* [ScopeClaimMissing](#scopeclaimmissing)
* [SmartExtensionFailure](#smartextensionfailure)
* [Success](#success)
* [TransferRestrictionFailure](#transferrestrictionfailure)
* [TransfersHalted](#transfershalted)
* [VolumeLimitReached](#volumelimitreached)

## Enumeration members

### BlockedTransaction

• **BlockedTransaction**: = "BlockedTransaction"

*Defined in* [*src/types/index.ts:496*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L496)

### ComplianceFailure

• **ComplianceFailure**: = "ComplianceFailure"

*Defined in* [*src/types/index.ts:492*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L492)

### CustodianError

• **CustodianError**: = "CustodianError"

*Defined in* [*src/types/index.ts:499*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L499)

### Failure

• **Failure**: = "Failure"

*Defined in* [*src/types/index.ts:481*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L481)

### FundsLimitReached

• **FundsLimitReached**: = "FundsLimitReached"

*Defined in* [*src/types/index.ts:497*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L497)

### FundsLocked

• **FundsLocked**: = "FundsLocked"

*Defined in* [*src/types/index.ts:486*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L486)

### InsufficientAllowance

• **InsufficientAllowance**: = "InsufficientAllowance"

*Defined in* [*src/types/index.ts:484*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L484)

### InsufficientBalance

• **InsufficientBalance**: = "InsufficientBalance"

*Defined in* [*src/types/index.ts:483*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L483)

### InvalidGranularity

• **InvalidGranularity**: = "InvalidGranularity"

*Defined in* [*src/types/index.ts:494*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L494)

### InvalidOperator

• **InvalidOperator**: = "InvalidOperator"

*Defined in* [*src/types/index.ts:489*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L489)

### InvalidReceiverAddress

• **InvalidReceiverAddress**: = "InvalidReceiverAddress"

*Defined in* [*src/types/index.ts:488*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L488)

### InvalidReceiverIdentity

• **InvalidReceiverIdentity**: = "InvalidReceiverIdentity"

*Defined in* [*src/types/index.ts:491*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L491)

### InvalidSenderAddress

• **InvalidSenderAddress**: = "InvalidSenderAddress"

*Defined in* [*src/types/index.ts:487*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L487)

### InvalidSenderIdentity

• **InvalidSenderIdentity**: = "InvalidSenderIdentity"

*Defined in* [*src/types/index.ts:490*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L490)

### PortfolioFailure

• **PortfolioFailure**: = "PortfolioFailure"

*Defined in* [*src/types/index.ts:498*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L498)

### ScopeClaimMissing

• **ScopeClaimMissing**: = "ScopeClaimMissing"

*Defined in* [*src/types/index.ts:500*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L500)

### SmartExtensionFailure

• **SmartExtensionFailure**: = "SmartExtensionFailure"

*Defined in* [*src/types/index.ts:493*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L493)

### Success

• **Success**: = "Success"

*Defined in* [*src/types/index.ts:482*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L482)

### TransferRestrictionFailure

• **TransferRestrictionFailure**: = "TransferRestrictionFailure"

*Defined in* [*src/types/index.ts:501*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L501)

### TransfersHalted

• **TransfersHalted**: = "TransfersHalted"

*Defined in* [*src/types/index.ts:485*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L485)

### VolumeLimitReached

• **VolumeLimitReached**: = "VolumeLimitReached"

*Defined in* [*src/types/index.ts:495*](https://github.com/PolymathNetwork/polymesh-sdk/blob/524b0225/src/types/index.ts#L495)
