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.