> 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-v2/enums/transferstatus.md).

# TransferStatus

## Index

### Enumeration members

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

## Enumeration members

### BlockedTransaction

• **BlockedTransaction**: = "BlockedTransaction"

*Defined in* [*src/types/index.ts:411*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L411)

### ComplianceFailure

• **ComplianceFailure**: = "ComplianceFailure"

*Defined in* [*src/types/index.ts:407*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L407)

### CustodianError

• **CustodianError**: = "CustodianError"

*Defined in* [*src/types/index.ts:414*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L414)

### Failure

• **Failure**: = "Failure"

*Defined in* [*src/types/index.ts:396*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L396)

### FundsLimitReached

• **FundsLimitReached**: = "FundsLimitReached"

*Defined in* [*src/types/index.ts:412*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L412)

### FundsLocked

• **FundsLocked**: = "FundsLocked"

*Defined in* [*src/types/index.ts:401*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L401)

### InsufficientAllowance

• **InsufficientAllowance**: = "InsufficientAllowance"

*Defined in* [*src/types/index.ts:399*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L399)

### InsufficientBalance

• **InsufficientBalance**: = "InsufficientBalance"

*Defined in* [*src/types/index.ts:398*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L398)

### InvalidGranularity

• **InvalidGranularity**: = "InvalidGranularity"

*Defined in* [*src/types/index.ts:409*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L409)

### InvalidOperator

• **InvalidOperator**: = "InvalidOperator"

*Defined in* [*src/types/index.ts:404*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L404)

### InvalidReceiverAddress

• **InvalidReceiverAddress**: = "InvalidReceiverAddress"

*Defined in* [*src/types/index.ts:403*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L403)

### InvalidReceiverIdentity

• **InvalidReceiverIdentity**: = "InvalidReceiverIdentity"

*Defined in* [*src/types/index.ts:406*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L406)

### InvalidSenderAddress

• **InvalidSenderAddress**: = "InvalidSenderAddress"

*Defined in* [*src/types/index.ts:402*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L402)

### InvalidSenderIdentity

• **InvalidSenderIdentity**: = "InvalidSenderIdentity"

*Defined in* [*src/types/index.ts:405*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L405)

### PortfolioFailure

• **PortfolioFailure**: = "PortfolioFailure"

*Defined in* [*src/types/index.ts:413*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L413)

### SmartExtensionFailure

• **SmartExtensionFailure**: = "SmartExtensionFailure"

*Defined in* [*src/types/index.ts:408*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L408)

### Success

• **Success**: = "Success"

*Defined in* [*src/types/index.ts:397*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L397)

### TransfersHalted

• **TransfersHalted**: = "TransfersHalted"

*Defined in* [*src/types/index.ts:400*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L400)

### VolumeLimitReached

• **VolumeLimitReached**: = "VolumeLimitReached"

*Defined in* [*src/types/index.ts:410*](https://github.com/PolymathNetwork/polymesh-sdk/blob/5b409784/src/types/index.ts#L410)
