> For the complete documentation index, see [llms.txt](https://developers.polymath.network/classic-sdk/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/classic-sdk/enums/_types_index_.transferstatuscode.md).

# TransferStatusCode

## Index

### Enumeration members

* [FundsLocked](/classic-sdk/enums/_types_index_.transferstatuscode.md#fundslocked)
* [InsufficientAllowance](/classic-sdk/enums/_types_index_.transferstatuscode.md#insufficientallowance)
* [InsufficientBalance](/classic-sdk/enums/_types_index_.transferstatuscode.md#insufficientbalance)
* [InvalidOperator](/classic-sdk/enums/_types_index_.transferstatuscode.md#invalidoperator)
* [InvalidReceiver](/classic-sdk/enums/_types_index_.transferstatuscode.md#invalidreceiver)
* [InvalidSender](/classic-sdk/enums/_types_index_.transferstatuscode.md#invalidsender)
* [TransferFailure](/classic-sdk/enums/_types_index_.transferstatuscode.md#transferfailure)
* [TransferSuccess](/classic-sdk/enums/_types_index_.transferstatuscode.md#transfersuccess)
* [TransfersHalted](/classic-sdk/enums/_types_index_.transferstatuscode.md#transfershalted)

## Enumeration members

### FundsLocked

• **FundsLocked**: = "FundsLocked"

*Defined in* [*src/types/index.ts:1476*](https://github.com/PolymathNetwork/polymath-sdk/blob/e8bbc1e/src/types/index.ts#L1476)

### InsufficientAllowance

• **InsufficientAllowance**: = "InsufficientAllowance"

*Defined in* [*src/types/index.ts:1474*](https://github.com/PolymathNetwork/polymath-sdk/blob/e8bbc1e/src/types/index.ts#L1474)

### InsufficientBalance

• **InsufficientBalance**: = "InsufficientBalance"

*Defined in* [*src/types/index.ts:1473*](https://github.com/PolymathNetwork/polymath-sdk/blob/e8bbc1e/src/types/index.ts#L1473)

### InvalidOperator

• **InvalidOperator**: = "InvalidOperator"

*Defined in* [*src/types/index.ts:1479*](https://github.com/PolymathNetwork/polymath-sdk/blob/e8bbc1e/src/types/index.ts#L1479)

### InvalidReceiver

• **InvalidReceiver**: = "InvalidReceiver"

*Defined in* [*src/types/index.ts:1478*](https://github.com/PolymathNetwork/polymath-sdk/blob/e8bbc1e/src/types/index.ts#L1478)

### InvalidSender

• **InvalidSender**: = "InvalidSender"

*Defined in* [*src/types/index.ts:1477*](https://github.com/PolymathNetwork/polymath-sdk/blob/e8bbc1e/src/types/index.ts#L1477)

### TransferFailure

• **TransferFailure**: = "TransferFailure"

*Defined in* [*src/types/index.ts:1471*](https://github.com/PolymathNetwork/polymath-sdk/blob/e8bbc1e/src/types/index.ts#L1471)

### TransferSuccess

• **TransferSuccess**: = "TransferSuccess"

*Defined in* [*src/types/index.ts:1472*](https://github.com/PolymathNetwork/polymath-sdk/blob/e8bbc1e/src/types/index.ts#L1472)

### TransfersHalted

• **TransfersHalted**: = "TransfersHalted"

*Defined in* [*src/types/index.ts:1475*](https://github.com/PolymathNetwork/polymath-sdk/blob/e8bbc1e/src/types/index.ts#L1475)
