ShardingError

public enum ShardingError : Error

Sharding errors.

  • Thrown when a shardRange’s end is greater than or equal to the total number of shards. A range should always be n..<m where m is <= the total number of shards.

    Declaration

    Swift

    case invalidShardRange