# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TraversePages reads page after page using 'reader' and applies the 'predicate' for each item on the page.
# Constants
Backup Compliance Policy rejected, as there are existing backup policies which do not meet the requirements.
Error indicates that the project is being removed while it still has clusters.
Error indicates that the cluster doesn't exist.
Instance for the passed {groupId, tenantName} pair does not exist.
Error codes that Atlas may return that we are concerned about.
The error that Atlas API returns if the GET request is sent to read the project that either doesn't exist or the user doesn't have permissions for.
Resource not found.
ServerlessClusterFromClusterAPI indicates that we are trying to access a serverless instance from the cluster API, which is not allowed.
ServerlessClusterNotFound indicates that the serverless cluster doesn't exist.
Error indicates that the database user doesn't exist.
# Structs
No description provided by the author
# Type aliases
PageItemPredicate is the function that processes single item on the page and returns true if no further processing needs to be done (usually it's the search logic).
PageReader is the function that reads a single page by its number.