> ## Documentation Index
> Fetch the complete documentation index at: https://baileys.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# RetryStatistics

> Interface RetryStatistics in the Baileys API.

Defined in: [src/Utils/message-retry-manager.ts:33](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/message-retry-manager.ts#L33)

## Properties

### failedRetries

> **failedRetries**: `number`

Defined in: [src/Utils/message-retry-manager.ts:36](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/message-retry-manager.ts#L36)

***

### mediaRetries

> **mediaRetries**: `number`

Defined in: [src/Utils/message-retry-manager.ts:37](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/message-retry-manager.ts#L37)

***

### phoneRequests

> **phoneRequests**: `number`

Defined in: [src/Utils/message-retry-manager.ts:39](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/message-retry-manager.ts#L39)

***

### sessionRecreations

> **sessionRecreations**: `number`

Defined in: [src/Utils/message-retry-manager.ts:38](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/message-retry-manager.ts#L38)

***

### successfulRetries

> **successfulRetries**: `number`

Defined in: [src/Utils/message-retry-manager.ts:35](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/message-retry-manager.ts#L35)

***

### totalRetries

> **totalRetries**: `number`

Defined in: [src/Utils/message-retry-manager.ts:34](https://github.com/WhiskeySockets/Baileys/blob/master/src/Utils/message-retry-manager.ts#L34)
