Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EPHDiagnosticInfo

Package version

Provides information about internal errors that occur while managing partitions or leases for the partitions.

interface

EPHDiagnosticInfo

Hierarchy

  • EPHDiagnosticInfo

Index

Properties

action

action: string
property

{string} action A short string that indicates what general activity threw the error.

error

error: any
property

{any} error The error that was thrown.

hostName

hostName: string
property

{string} hostName The name of the host that experienced the error. Allows distinguishing the error source if multiple hosts in a single process.

partitionId

partitionId: string
property

{string} partitionId The partitionId that experienced the error. Allows distinguishing the error source if multiple hosts in a single process.

Generated using TypeDoc