> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/enums/transferstatus.md).

# TransferStatus

ERC1400 compliant transfer status

## Index

### Enumeration members

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

## Enumeration members

### BlockedTransaction

• **BlockedTransaction**: = "BlockedTransaction"

*Defined in* [*src/types/index.ts:480*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L480)

### ComplianceFailure

• **ComplianceFailure**: = "ComplianceFailure"

*Defined in* [*src/types/index.ts:476*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L476)

### CustodianError

• **CustodianError**: = "CustodianError"

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

### Failure

• **Failure**: = "Failure"

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

### FundsLimitReached

• **FundsLimitReached**: = "FundsLimitReached"

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

### FundsLocked

• **FundsLocked**: = "FundsLocked"

*Defined in* [*src/types/index.ts:470*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L470)

### InsufficientAllowance

• **InsufficientAllowance**: = "InsufficientAllowance"

*Defined in* [*src/types/index.ts:468*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L468)

### InsufficientBalance

• **InsufficientBalance**: = "InsufficientBalance"

*Defined in* [*src/types/index.ts:467*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L467)

### InvalidGranularity

• **InvalidGranularity**: = "InvalidGranularity"

*Defined in* [*src/types/index.ts:478*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L478)

### InvalidOperator

• **InvalidOperator**: = "InvalidOperator"

*Defined in* [*src/types/index.ts:473*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L473)

### InvalidReceiverAddress

• **InvalidReceiverAddress**: = "InvalidReceiverAddress"

*Defined in* [*src/types/index.ts:472*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L472)

### InvalidReceiverIdentity

• **InvalidReceiverIdentity**: = "InvalidReceiverIdentity"

*Defined in* [*src/types/index.ts:475*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L475)

### InvalidSenderAddress

• **InvalidSenderAddress**: = "InvalidSenderAddress"

*Defined in* [*src/types/index.ts:471*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L471)

### InvalidSenderIdentity

• **InvalidSenderIdentity**: = "InvalidSenderIdentity"

*Defined in* [*src/types/index.ts:474*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L474)

### PortfolioFailure

• **PortfolioFailure**: = "PortfolioFailure"

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

### ScopeClaimMissing

• **ScopeClaimMissing**: = "ScopeClaimMissing"

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

### SmartExtensionFailure

• **SmartExtensionFailure**: = "SmartExtensionFailure"

*Defined in* [*src/types/index.ts:477*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L477)

### Success

• **Success**: = "Success"

*Defined in* [*src/types/index.ts:466*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L466)

### TransferRestrictionFailure

• **TransferRestrictionFailure**: = "TransferRestrictionFailure"

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

### TransfersHalted

• **TransfersHalted**: = "TransfersHalted"

*Defined in* [*src/types/index.ts:469*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L469)

### VolumeLimitReached

• **VolumeLimitReached**: = "VolumeLimitReached"

*Defined in* [*src/types/index.ts:479*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/types/index.ts#L479)
