NetworkIdMissing | (TransferToAddress.NetworkId) field was not provided. |
AddressMissing | (TransferToAddress.Address) field was not provided. |
SymbolMissing | (TransferToAddress.Symbol) field was not provided. |
UnsupportedSymbolByNetwork | Network does not currently support the requested symbol. |
InvalidAddressPattern | Target address does not match network '' address pattern. |
NetworkNotFound | Network not found. |
NetworkDisabled | Network '' is currently disabled and cannot be used. |
InsufficientFunds | Insufficient '' funds. |
InsufficientFeeFunds | Insufficient '' funds for transfer fees. |
EmptyWalletSymbolBalance | Source wallet '' balance is empty. |
KycRequired | The provided '' account requires KYC to be completed to perform transfers. |
DepositAmountTooLow | The requested amount is lower than the minimum amount that can be accepted by the target institution. |
WrongPreviewRequestFromAuthTokenMissing | (PreviewTransferRequest.FromAuthToken) is a mandatory field and should be provided. |
WrongPreviewRequestNoSymbol | (PreviewTransferRequest.Symbol) is a mandatory field and should be provided. |
WrongPreviewRequestInvalidToAuthToken | (PreviewTransferRequest.ToAuthToken) is invalid. |
WrongPreviewRequestToData | Either (PreviewTransferRequest.ToAuthToken) with (PreviewTransferRequest.ToType) or (PreviewTransferRequest.ToAddress) should be provided. |
WrongPreviewRequestAmount | Both (PreviewTransferRequest.AmountInFiat) and (PreviewTransferRequest.Amount) can not be provided. |
WrongPreviewRequestNoAmount | Either (PreviewTransferRequest.AmountInFiat) or (PreviewTransferRequest.Amount) should be provided. |
WrongPreviewRequestUnsupportedSymbolBySourceWallet | Symbol to transfer not supported by the source wallet over the requested network. |
WrongPreviewRequestUnsupportedSymbolByTargetWallet | Symbol to transfer not supported by the target wallet over the requested network. |
WrongPreviewRequestNetwork | Requested network is not supported by the source wallet. |
PriceNotFound | Could not fetch '' price. |
AmountMoreThanWithdrawMaximum | Could not preview the transfer. The requested amount (previewRequest.Amount) (requestDto.Request.Symbol) is greater than the maximum allowed amount (minimumMaximumAmount.WithdrawMaximumAmount requestDto.Request.Symbol). |
AmountLessThanWithdrawMinimum | Could not preview the transfer. The requested amount (previewRequest.Amount) (requestDto.Request.Symbol) is below the minimum allowable threshold (minimumMaximumAmount.WithdrawMinimumAmount requestDto.Request.Symbol). |