Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SystemErrorConditionMapper

Package version

Maps some SystemErrors to amqp error conditions

Index

Enumeration members

EBUSY

EBUSY: = "com.microsoft:server-busy"

ECONNREFUSED

ECONNREFUSED: = "amqp:connection:forced"

ECONNRESET

ECONNRESET: = "com.microsoft:timeout"

EHOSTDOWN

EHOSTDOWN: = "com.microsoft:timeout"

ENETDOWN

ENETDOWN: = "com.microsoft:timeout"

ENETRESET

ENETRESET: = "com.microsoft:timeout"

ENETUNREACH

ENETUNREACH: = "com.microsoft:timeout"

ENONET

ENONET: = "com.microsoft:timeout"

ENOTFOUND

ENOTFOUND: = "amqp:not-found"

ETIMEDOUT

ETIMEDOUT: = "com.microsoft:timeout"

Generated using TypeDoc