# Error Code

<table><thead><tr><th width="152" align="center">Error Code</th><th>Description</th></tr></thead><tbody><tr><td align="center">100</td><td>Success</td></tr><tr><td align="center">101</td><td>Required parameter is empty</td></tr><tr><td align="center">102</td><td>Invalid address</td></tr><tr><td align="center">103</td><td>You have already reached the daily limit</td></tr><tr><td align="center">105</td><td>The order does not exist.</td></tr><tr><td align="center">106</td><td>The monthly claim limit has been exceeded.</td></tr><tr><td align="center">107</td><td>Out of exchange range</td></tr><tr><td align="center">108</td><td>You need use this function in the TokenPocket wallet</td></tr><tr><td align="center">109</td><td>The subsidy has been claimed out</td></tr><tr><td align="center">110</td><td>Received</td></tr><tr><td align="center">111</td><td>No delegation authority found</td></tr><tr><td align="center">112</td><td>To become an energy supplier, the energy staking TRX amount must be over</td></tr><tr><td align="center">113</td><td>Exceeded the price range allowed for setting</td></tr><tr><td align="center">114</td><td>Parameter error</td></tr><tr><td align="center">115</td><td>Timeout</td></tr><tr><td align="center">116</td><td>There is a withdrawal operation for the current user, please try again later!</td></tr><tr><td align="center">117</td><td>There is an exception in the order, please contact the customer service staff to help solve it.</td></tr><tr><td align="center">118</td><td>The user already exists.</td></tr><tr><td align="center">119</td><td>The account already exists. Please go to the buyer management platform on tronify.io and bind your TG ID.</td></tr><tr><td align="center">120</td><td>Invalid signature</td></tr><tr><td align="center">121</td><td>The address is not activated, please activate it</td></tr><tr><td align="center">122</td><td>The address is a contract address, please replace it</td></tr><tr><td align="center">123</td><td>The number of addresses exceeds 1000</td></tr><tr><td align="center">124</td><td>Insufficient account balance</td></tr><tr><td align="center">125</td><td>Insufficient remaining quantity</td></tr><tr><td align="center">126</td><td>The remaining energy must be greater than the minimum energy</td></tr><tr><td align="center">127</td><td>USDT purchased energy is under maintenance</td></tr><tr><td align="center">128</td><td>Insufficient energy at the moment, please try again later</td></tr><tr><td align="center">501</td><td>Not author</td></tr><tr><td align="center">502</td><td>Access restriction</td></tr><tr><td align="center">505</td><td>The exchange rate is abnormal. Please try again.</td></tr><tr><td align="center">506</td><td>The address is risky and tronify does not provide services.</td></tr><tr><td align="center">777</td><td>Frequent operations, please try again later</td></tr><tr><td align="center">999</td><td>Service Internal Error</td></tr></tbody></table>


---

# 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-tron.en.tronify.io/faq/error-code.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.
