# Packages
No description provided by the author
# Constants
DefaultBaseURL to access API services.
DefaultTimeout for http requests.
# Variables
AuthenticationFailedErr indicates failure to authenticate with the api server.
CreateFailedErr indicates failure to create a resource.
CreateFailedReadErr indicates failure to read a newly created resource.
FirewallRulesErr indicates failure to configure firewall rules.
ParametersErr indicates failure to configure parameters.
RequestEncodingErr occurs when a request body cannot be encoded.
RequestInitializationErr occurs when failing to initialize http request object.
RequestSendingErr occurs when failing to send an http request.
ResourceNotFoundErr occurs when trying to get a resource that does not exist.
ResourcesLoadFailedErr occurs when trying to load resources fails.
ResponseDecodingErr occurs when failing to decode the response body.
ResponseReadFailedErr occurs when failing to read the response from the server.
ResponseStatusFailedErr occurs when the server does not respond with an expected status.
UpdateNotSupportedErr occurs when trying to update a resource which might be destructive if attempted.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
DatastoreService is used to manage datastores.
No description provided by the author