> For the complete documentation index, see [llms.txt](https://docs.slerf.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slerf.tools/solana-basic/common-solana-chain-error-messages.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.slerf.tools/solana-basic/common-solana-chain-error-messages.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.
