ShardManagerError
public enum ShardManagerError : Error
An enumeration representing errors that can occur within the ShardManager
.
This enum conforms to the Error
protocol, allowing instances of it to be
thrown and caught as part of error handling in Swift.
-
Undocumented
Declaration
Swift
case shardNotFound(shardID: String)
-
Undocumented
Declaration
Swift
case shardAlreadyExists(shardID: String)
-
Undocumented
Declaration
Swift
case failedToSaveShard(shardID: String)
-
Undocumented
Declaration
Swift
case unknown(Error)