Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RetryErrorInfo

public

Hierarchy

  • RetryErrorInfo

Index

Properties

errorType

errorType: RetryErrorType

Optional retryAfterHint

retryAfterHint: Date

Protocol hint. This could come from Http's 'retry-after' header or something from MQTT or any other protocol that has the ability to convey retry info from a peer.

returns

the Date after which a retry should be attempted.