gamma-common-errors
Installation
SKILL.md
Gamma Common Errors
Overview
Reference guide for debugging and resolving common Gamma API errors.
Prerequisites
- Active Gamma integration
- Access to logs and error messages
- Understanding of HTTP status codes
Error Reference
Authentication Errors (401/403)
// Error: Invalid API Key
{
"error": "unauthorized",
"message": "Invalid or expired API key"
}
Related skills