From ea9d731a5a62fc28a074fcf3e7e5c1c834cc4c70 Mon Sep 17 00:00:00 2001 From: ZJZR Date: Sun, 11 Jan 2026 21:15:54 +0100 Subject: [PATCH] Add common errors documentation Lists frequent mistakes and troubleshooting tips. --- COMMON_ERRORS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 COMMON_ERRORS.md diff --git a/COMMON_ERRORS.md b/COMMON_ERRORS.md new file mode 100644 index 00000000..29f70bc7 --- /dev/null +++ b/COMMON_ERRORS.md @@ -0,0 +1,11 @@ +# Common Errors + +## Authentication Errors +- Check that your API key ID is correct +- Verify the private key path + +## Connection Errors +- Ensure the API host is reachable +- Confirm your internet connection + +Review error messages carefully before retrying.