Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 3 new tel Codes #2000

Closed
intelliot opened this issue Jul 14, 2023 · 1 comment · Fixed by #2068
Closed

Add 3 new tel Codes #2000

intelliot opened this issue Jul 14, 2023 · 1 comment · Fixed by #2068
Assignees

Comments

@intelliot
Copy link
Contributor

XRPLF/rippled@807a3c7

Document three new local (tel) error codes introduced in version 1.11.0:

  • There are three new local error codes:
    • telNETWORK_ID_MAKES_TX_NON_CANONICAL: a NetworkID is present but the chain's network ID is less than 1025. Remove the field from the transaction, and try again.
    • telREQUIRES_NETWORK_ID: a NetworkID is required, but is not present. Add the field to the transaction, and try again.
    • telWRONG_NETWORK: a NetworkID is specified, but it is for a different network. Submit the transaction to a different server which is connected to the correct network.

The above descriptions are just ones that I wrote. Feel free to use them or rewrite them.

Page to update: https://xrpl.org/tel-codes.html

@intelliot
Copy link
Contributor Author

This is also documented in the new API Changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants