Represents a policy for retrying stream operations based on error codes

Indexable

  • [key: string]: [number, "x"?]

    Key is error code, value is the retry profile. Tuple contains: [max retry count, retry type]. 'x' denotes exponential backoff (default). Only 10, 100, 1000, 10000 are allowed retry intervals.