Overview
Understanding how errors are structured and returned by the Fireflies API is key to effectively handling and troubleshooting issues. This page outlines the common error format and details specific error types.Error schema
Our GraphQL API follows a standard format for returning errors. Errors are encapsulated within anerrors
array in the response body.
Please visit Error codes to view explanations for error code types
Description of the error
Error code.
friendly === true
are safe to show to the frontend client. Unfriendly errors may have technical
details that may not be useful to the UI layer.Contains useful metadata related to the error.Where relevant, includes field
helpUrls
pointing to relevant API documentation sections that explain the error and provide guidance on how to resolve itExample