# Solana交易错误提示大全

**1.交易代币时错误提示"Program Error. "instruction #3 Failed- Account is frozen"是什么意思?**

答: 代币账户被冻结，未放弃权限的代币的管理者Owner，可以冻结代币下的账户，被冻结的账户无法进行交易、转账等操作。

**2.错误提示: "Program Error: "Instruction #5 Failed - null"" 或 "Program Error: "Instruction #5 Failed - InvalidInput""**

答: 交易项的#5出现错误，一般是交易参数错误导致。 这里的#几代表哪条交易信息出错。

**3.错误提示: "Program Error: "Instruction #3 Failed - insufficient funds""**

答: 交易所需资金不足提示。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gtokentool.com/qu-kuai-lian/solana-jiao-yi-cuo-wu-ti-shi-da-quan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
