 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( // MongoDB Errors. MongoClientError = "Mongo Client Error" DatabaseNotFound = "Database Not Found" CollectionNotFound = "Collection Not Found" IndexNotFound = "Index Not Found" DocumentNotFound = "Document Not Found" // Terraform Configuration Errors. InvalidImportID = "Invalid Import ID" InvalidResourceConfiguration = "Invalid Resource Configuration" UnexpectedResourceConfigurationType = "Unexpected Resource Configuration Type" // Terraform Resource Configuration Errors. DatabaseNotEmpty = "Database Not Empty" CollectionNotEmpty = "Collection Not Empty" IndexDeletionForbidden = "Index Deletion Forbidden" InvalidInputValue = "Invalid Input Value" InvalidJSONInput = "Invalid JSON Input" InconsistentDocument = "Inconsistent Document" // Internal Errors. UnexpectedError = "Unexpected Error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.