# TransferStatus

## 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)
* [TransfersHalted](#transfershalted)
* [VolumeLimitReached](#volumelimitreached)

## Enumeration members

### BlockedTransaction

• **BlockedTransaction**: = "BlockedTransaction"

*Defined in* [*src/types/index.ts:432*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L432)

### ComplianceFailure

• **ComplianceFailure**: = "ComplianceFailure"

*Defined in* [*src/types/index.ts:428*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L428)

### CustodianError

• **CustodianError**: = "CustodianError"

*Defined in* [*src/types/index.ts:435*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L435)

### Failure

• **Failure**: = "Failure"

*Defined in* [*src/types/index.ts:417*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L417)

### FundsLimitReached

• **FundsLimitReached**: = "FundsLimitReached"

*Defined in* [*src/types/index.ts:433*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L433)

### FundsLocked

• **FundsLocked**: = "FundsLocked"

*Defined in* [*src/types/index.ts:422*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L422)

### InsufficientAllowance

• **InsufficientAllowance**: = "InsufficientAllowance"

*Defined in* [*src/types/index.ts:420*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L420)

### InsufficientBalance

• **InsufficientBalance**: = "InsufficientBalance"

*Defined in* [*src/types/index.ts:419*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L419)

### InvalidGranularity

• **InvalidGranularity**: = "InvalidGranularity"

*Defined in* [*src/types/index.ts:430*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L430)

### InvalidOperator

• **InvalidOperator**: = "InvalidOperator"

*Defined in* [*src/types/index.ts:425*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L425)

### InvalidReceiverAddress

• **InvalidReceiverAddress**: = "InvalidReceiverAddress"

*Defined in* [*src/types/index.ts:424*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L424)

### InvalidReceiverIdentity

• **InvalidReceiverIdentity**: = "InvalidReceiverIdentity"

*Defined in* [*src/types/index.ts:427*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L427)

### InvalidSenderAddress

• **InvalidSenderAddress**: = "InvalidSenderAddress"

*Defined in* [*src/types/index.ts:423*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L423)

### InvalidSenderIdentity

• **InvalidSenderIdentity**: = "InvalidSenderIdentity"

*Defined in* [*src/types/index.ts:426*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L426)

### PortfolioFailure

• **PortfolioFailure**: = "PortfolioFailure"

*Defined in* [*src/types/index.ts:434*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L434)

### ScopeClaimMissing

• **ScopeClaimMissing**: = "MissingScopeClaimMissingScopedClaim"

*Defined in* [*src/types/index.ts:436*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L436)

### SmartExtensionFailure

• **SmartExtensionFailure**: = "SmartExtensionFailure"

*Defined in* [*src/types/index.ts:429*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L429)

### Success

• **Success**: = "Success"

*Defined in* [*src/types/index.ts:418*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L418)

### TransfersHalted

• **TransfersHalted**: = "TransfersHalted"

*Defined in* [*src/types/index.ts:421*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L421)

### VolumeLimitReached

• **VolumeLimitReached**: = "VolumeLimitReached"

*Defined in* [*src/types/index.ts:431*](https://github.com/PolymathNetwork/polymesh-sdk/blob/1221e467/src/types/index.ts#L431)
