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

ShardingException overview

Added in v1.0.0


Table of contents


models

EntityNotManagedByThisPodException (class)

Signature

export declare class EntityNotManagedByThisPodException

Added in v1.0.0

EntityTypeNotRegisteredException (class)

Signature

export declare class EntityTypeNotRegisteredException

Added in v1.0.0

ExceptionWhileOfferingMessageException (class)

Signature

export declare class ExceptionWhileOfferingMessageException

Added in v1.0.0

NoResultInProcessedMessageStateException (class)

Signature

export declare class NoResultInProcessedMessageStateException

Added in v1.0.0

PodNoLongerRegisteredException (class)

Signature

export declare class PodNoLongerRegisteredException

Added in v1.0.0

PodUnavailableException (class)

Signature

export declare class PodUnavailableException

Added in v1.0.0

SerializationException (class)

Signature

export declare class SerializationException

Added in v1.0.0

ShardingException (type alias)

Signature

export type ShardingException = Schema.Schema.Type<typeof schema>

Added in v1.0.0

schema

schema

Signature

export declare const schema: any

Added in v1.0.0

utils

isEntityNotManagedByThisPodException

Signature

export declare const isEntityNotManagedByThisPodException: any

Added in v1.0.0

isEntityTypeNotRegisteredException

Signature

export declare const isEntityTypeNotRegisteredException: any

Added in v1.0.0

isExceptionWhileOfferingMessageException

Signature

export declare const isExceptionWhileOfferingMessageException: any

Added in v1.0.0

isNoResultInProcessedMessageStateException

Signature

export declare const isNoResultInProcessedMessageStateException: any

Added in v1.0.0

isPodNoLongerRegisteredException

Signature

export declare const isPodNoLongerRegisteredException: any

Added in v1.0.0

isPodUnavailableException

Signature

export declare const isPodUnavailableException: any

Added in v1.0.0

isSerializationException

Signature

export declare const isSerializationException: any

Added in v1.0.0