ClusterError.ts overview
Since v1.0.0
Exports Grouped by Category
- Symbols
- errors
Symbols
TypeId
Signature
declare const TypeId: unique symbol
Since v1.0.0
TypeId (type alias)
Signature
type TypeId = typeof TypeId
Since v1.0.0
errors
AlreadyProcessingMessage (class)
Represents an error that occurs when the entity is already processing a request.
Signature
declare class AlreadyProcessingMessage
Since v1.0.0
is (static method)
Signature
declare const is: (u: unknown) => u is AlreadyProcessingMessage
Since v1.0.0
[TypeId] (property)
Signature
readonly [TypeId]: symbol
Since v1.0.0
EntityNotManagedByRunner (class)
Represents an error that occurs when a Runner receives a message for an entity that it is not responsible for managing.
Signature
declare class EntityNotManagedByRunner
Since v1.0.0
is (static method)
Signature
declare const is: (u: unknown) => u is EntityNotManagedByRunner
Since v1.0.0
[TypeId] (property)
Signature
readonly [TypeId]: symbol
Since v1.0.0
MailboxFull (class)
Represents an error that occurs when the entities mailbox is full.
Signature
declare class MailboxFull
Since v1.0.0
is (static method)
Signature
declare const is: (u: unknown) => u is MailboxFull
Since v1.0.0
[TypeId] (property)
Signature
readonly [TypeId]: symbol
Since v1.0.0
MalformedMessage (class)
Represents an error that occurs when a message fails to be properly deserialized by an entity.
Signature
declare class MalformedMessage
Since v1.0.0
is (static method)
Signature
declare const is: (u: unknown) => u is MalformedMessage
Since v1.0.0
[TypeId] (property)
Signature
readonly [TypeId]: symbol
Since v1.0.0
PersistenceError (class)
Represents an error that occurs when a message fails to be persisted into cluster’s mailbox storage.
Signature
declare class PersistenceError
Since v1.0.0
refail (static method)
Signature
declare const refail: <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, PersistenceError, R>
Since v1.0.0
[TypeId] (property)
Signature
readonly [TypeId]: symbol
Since v1.0.0
RunnerNotRegistered (class)
Represents an error that occurs when a Runner is not registered with the shard manager.
Signature
declare class RunnerNotRegistered
Since v1.0.0
[TypeId] (property)
Signature
readonly [TypeId]: symbol
Since v1.0.0
RunnerUnavailable (class)
Represents an error that occurs when a Runner is unresponsive.
Signature
declare class RunnerUnavailable
Since v1.0.0
is (static method)
Signature
declare const is: (u: unknown) => u is RunnerUnavailable
Since v1.0.0
[TypeId] (property)
Signature
readonly [TypeId]: symbol
Since v1.0.0