ServiceBusErrorCode type

Service Bus failure codes.

type ServiceBusErrorCode =
  | "GeneralError"
  | "MessagingEntityNotFound"
  | "MessageLockLost"
  | "MessageNotFound"
  | "MessageSizeExceeded"
  | "MessagingEntityAlreadyExists"
  | "MessagingEntityDisabled"
  | "QuotaExceeded"
  | "ServiceBusy"
  | "ServiceTimeout"
  | "ServiceCommunicationProblem"
  | "SessionCannotBeLocked"
  | "SessionLockLost"
  | "UnauthorizedAccess"