# 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:460*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L460)

### ComplianceFailure

• **ComplianceFailure**: = "ComplianceFailure"

*Defined in* [*src/types/index.ts:456*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L456)

### CustodianError

• **CustodianError**: = "CustodianError"

*Defined in* [*src/types/index.ts:463*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L463)

### Failure

• **Failure**: = "Failure"

*Defined in* [*src/types/index.ts:445*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L445)

### FundsLimitReached

• **FundsLimitReached**: = "FundsLimitReached"

*Defined in* [*src/types/index.ts:461*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L461)

### FundsLocked

• **FundsLocked**: = "FundsLocked"

*Defined in* [*src/types/index.ts:450*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L450)

### InsufficientAllowance

• **InsufficientAllowance**: = "InsufficientAllowance"

*Defined in* [*src/types/index.ts:448*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L448)

### InsufficientBalance

• **InsufficientBalance**: = "InsufficientBalance"

*Defined in* [*src/types/index.ts:447*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L447)

### InvalidGranularity

• **InvalidGranularity**: = "InvalidGranularity"

*Defined in* [*src/types/index.ts:458*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L458)

### InvalidOperator

• **InvalidOperator**: = "InvalidOperator"

*Defined in* [*src/types/index.ts:453*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L453)

### InvalidReceiverAddress

• **InvalidReceiverAddress**: = "InvalidReceiverAddress"

*Defined in* [*src/types/index.ts:452*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L452)

### InvalidReceiverIdentity

• **InvalidReceiverIdentity**: = "InvalidReceiverIdentity"

*Defined in* [*src/types/index.ts:455*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L455)

### InvalidSenderAddress

• **InvalidSenderAddress**: = "InvalidSenderAddress"

*Defined in* [*src/types/index.ts:451*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L451)

### InvalidSenderIdentity

• **InvalidSenderIdentity**: = "InvalidSenderIdentity"

*Defined in* [*src/types/index.ts:454*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L454)

### PortfolioFailure

• **PortfolioFailure**: = "PortfolioFailure"

*Defined in* [*src/types/index.ts:462*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L462)

### ScopeClaimMissing

• **ScopeClaimMissing**: = "ScopeClaimMissing"

*Defined in* [*src/types/index.ts:464*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L464)

### SmartExtensionFailure

• **SmartExtensionFailure**: = "SmartExtensionFailure"

*Defined in* [*src/types/index.ts:457*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L457)

### Success

• **Success**: = "Success"

*Defined in* [*src/types/index.ts:446*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L446)

### TransferRestrictionFailure

• **TransferRestrictionFailure**: = "TransferRestrictionFailure"

*Defined in* [*src/types/index.ts:465*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L465)

### TransfersHalted

• **TransfersHalted**: = "TransfersHalted"

*Defined in* [*src/types/index.ts:449*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L449)

### VolumeLimitReached

• **VolumeLimitReached**: = "VolumeLimitReached"

*Defined in* [*src/types/index.ts:459*](https://github.com/PolymathNetwork/polymesh-sdk/blob/56921667/src/types/index.ts#L459)
