Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RetryLimitError

An error that indicates that a retry limit has been reached.

Hierarchy

  • Error
    • RetryLimitError

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • The constructor creates RetryLimitError objects.

    Parameters

    • message: string

      The error message

    Returns RetryLimitError

Properties

message

message: string

name

name: string

Optional stack

stack: undefined | string

Static Error

Error: ErrorConstructor

Static type

type: "retry_limit_error" = "retry_limit_error"

The retry_limit_error error type

Methods

getType

  • getType(): string
  • Get the error type

    Returns string