Below is a set of error codes and the corresponding messages that will be displayed in the CLI under various scenarios. Understanding the reasons behind these errors will help you troubleshoot them on your end.Documentation Index
Fetch the complete documentation index at: https://auk.mamahuhu.dev/llms.txt
Use this file to discover all available pages before exploring further.
TOKEN_EXPIRED
The specified access token is expired. Please provide a valid token.Reason: The supplied access token via the
--token flag has expired.
TOKEN_INVALID
The specified access token is invalid. Please provide a valid token.Reason: The specified access token via the
--token flag is invalid or might have been deleted.
INVALID_ID
The specified collection/environment (ID or file path) is invalid or inaccessible. Please ensure the supplied ID or file path is correct.