Skip to content
Leon Gies edited this page Apr 11, 2025 · 1 revision

Format

All error messages have the following format

{
    "error": "<error code>",
    "message": "<error message>"
}

Codes and Messages

You can find all error codes and message formats here: https://github.com/NotLe0n/tMLAPIs/blob/master/src/api_error.rs

Clone this wiki locally