mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 14:45:50 +00:00
Use frontmatter in references
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
---
|
||||
html: error-formatting.html
|
||||
parent: api-conventions.html
|
||||
blurb: Error formats and common error codes for WebSocket, JSON-RPC, and Commandline interfaces.
|
||||
---
|
||||
# Error Formatting
|
||||
|
||||
It is impossible to list all the possible ways an error can occur. Some may occur in the transport layer (for example, loss of network connectivity), in which case the results vary depending on what client and transport you are using. However, if the `rippled` server successfully receives your request, it tries to respond in a standardized error format.
|
||||
|
||||
Reference in New Issue
Block a user