StorageError
public enum StorageError : ErrorAn enumeration representing errors that can occur in the storage engine.
This enum conforms to the Error protocol, allowing instances of StorageError
to be thrown and handled as part of Swift’s error-handling mechanism.
- 
                  
                  Undocumented DeclarationSwift case invalidDocument
- 
                  
                  Undocumented DeclarationSwift case partitionKeyNotFound(String)
- 
                  
                  Undocumented DeclarationSwift case indexKeyNotFound(String)
- 
                  
                  Undocumented DeclarationSwift case shardManagerCreationFailed
- 
                  
                  Undocumented DeclarationSwift case updateDocumentNotFound
 View on GitHub
View on GitHub