Class UnexpectedErrorLockEvent

IMPORT_PATH: "@daiso-tech/core/lock/contracts"

Hierarchy (View Summary)

  • BaseEvent<{ error: unknown; key: string; owner: string; ttl: TimeSpan | null }>
    • UnexpectedErrorLockEvent

Constructors

Properties

Constructors

Properties

fields: { error: unknown; key: string; owner: string; ttl: null | TimeSpan }