Skip to main content Link Search Menu Expand Document (external link)

ClusterError.ts overview

Since v1.0.0


Exports Grouped by Category


Symbols

TypeId

Signature

declare const TypeId: unique symbol

Source

Since v1.0.0

TypeId (type alias)

Signature

type TypeId = typeof TypeId

Source

Since v1.0.0

errors

AlreadyProcessingMessage (class)

Represents an error that occurs when the entity is already processing a request.

Signature

declare class AlreadyProcessingMessage

Source

Since v1.0.0

is (static method)

Signature

declare const is: (u: unknown) => u is AlreadyProcessingMessage

Source

Since v1.0.0

[TypeId] (property)

Signature

readonly [TypeId]: symbol

Source

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

Source

Since v1.0.0

is (static method)

Signature

declare const is: (u: unknown) => u is EntityNotManagedByRunner

Source

Since v1.0.0

[TypeId] (property)

Signature

readonly [TypeId]: symbol

Source

Since v1.0.0

MailboxFull (class)

Represents an error that occurs when the entities mailbox is full.

Signature

declare class MailboxFull

Source

Since v1.0.0

is (static method)

Signature

declare const is: (u: unknown) => u is MailboxFull

Source

Since v1.0.0

[TypeId] (property)

Signature

readonly [TypeId]: symbol

Source

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

Source

Since v1.0.0

is (static method)

Signature

declare const is: (u: unknown) => u is MalformedMessage

Source

Since v1.0.0

[TypeId] (property)

Signature

readonly [TypeId]: symbol

Source

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

Source

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>

Source

Since v1.0.0

[TypeId] (property)

Signature

readonly [TypeId]: symbol

Source

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

Source

Since v1.0.0

[TypeId] (property)

Signature

readonly [TypeId]: symbol

Source

Since v1.0.0

RunnerUnavailable (class)

Represents an error that occurs when a Runner is unresponsive.

Signature

declare class RunnerUnavailable

Source

Since v1.0.0

is (static method)

Signature

declare const is: (u: unknown) => u is RunnerUnavailable

Source

Since v1.0.0

[TypeId] (property)

Signature

readonly [TypeId]: symbol

Source

Since v1.0.0