EShardUnavailable Class
Raised when the shard of a tenant cannot serve requests: the shard is disabled, no connection pool could be created for it, or no shard is available to allocate a new tenant.
Syntax
Unit: Aurelius.Tenancy.Exceptions
EShardUnavailable = class(ETenantException);
Constructors
| Name | Description |
|---|---|
| Create | Creates the exception for the given shard. |
Properties
| Name | Description |
|---|---|
| ShardId | The id of the unavailable shard, or an empty string. |