-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add new error classes reference
- Loading branch information
Showing
5 changed files
with
144 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
docs/api/classes/ConsumerGroupsConsumerGroupsNotSupportedError.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[RedisSMQ](../../../README.md) / [Docs](../../README.md) / [API Reference](../README.md) / ConsumerGroupsConsumerGroupsNotSupportedError | ||
|
||
# Class: ConsumerGroupsConsumerGroupsNotSupportedError | ||
|
||
## Hierarchy | ||
|
||
- [`ConsumerGroupsError`](ConsumerGroupsError.md) | ||
|
||
↳ **`ConsumerGroupsConsumerGroupsNotSupportedError`** | ||
|
||
## Table of contents | ||
|
||
### Constructors | ||
|
||
- [constructor](ConsumerGroupsConsumerGroupsNotSupportedError.md#constructor) | ||
|
||
## Constructors | ||
|
||
### constructor | ||
|
||
• **new ConsumerGroupsConsumerGroupsNotSupportedError**(`message?`): [`ConsumerGroupsConsumerGroupsNotSupportedError`](ConsumerGroupsConsumerGroupsNotSupportedError.md) | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `message?` | `string` | | ||
|
||
#### Returns | ||
|
||
[`ConsumerGroupsConsumerGroupsNotSupportedError`](ConsumerGroupsConsumerGroupsNotSupportedError.md) | ||
|
||
#### Inherited from | ||
|
||
[ConsumerGroupsError](ConsumerGroupsError.md).[constructor](ConsumerGroupsError.md#constructor) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[RedisSMQ](../../../README.md) / [Docs](../../README.md) / [API Reference](../README.md) / MessageMessageNotDeletedError | ||
|
||
# Class: MessageMessageNotDeletedError | ||
|
||
## Hierarchy | ||
|
||
- [`MessageError`](MessageError.md) | ||
|
||
↳ **`MessageMessageNotDeletedError`** | ||
|
||
## Table of contents | ||
|
||
### Constructors | ||
|
||
- [constructor](MessageMessageNotDeletedError.md#constructor) | ||
|
||
## Constructors | ||
|
||
### constructor | ||
|
||
• **new MessageMessageNotDeletedError**(`message?`): [`MessageMessageNotDeletedError`](MessageMessageNotDeletedError.md) | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `message?` | `string` | | ||
|
||
#### Returns | ||
|
||
[`MessageMessageNotDeletedError`](MessageMessageNotDeletedError.md) | ||
|
||
#### Inherited from | ||
|
||
[MessageError](MessageError.md).[constructor](MessageError.md#constructor) |
35 changes: 35 additions & 0 deletions
35
docs/api/classes/QueueMessagesConsumerGroupIdNotSupportedError.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[RedisSMQ](../../../README.md) / [Docs](../../README.md) / [API Reference](../README.md) / QueueMessagesConsumerGroupIdNotSupportedError | ||
|
||
# Class: QueueMessagesConsumerGroupIdNotSupportedError | ||
|
||
## Hierarchy | ||
|
||
- [`QueueMessagesError`](QueueMessagesError.md) | ||
|
||
↳ **`QueueMessagesConsumerGroupIdNotSupportedError`** | ||
|
||
## Table of contents | ||
|
||
### Constructors | ||
|
||
- [constructor](QueueMessagesConsumerGroupIdNotSupportedError.md#constructor) | ||
|
||
## Constructors | ||
|
||
### constructor | ||
|
||
• **new QueueMessagesConsumerGroupIdNotSupportedError**(`message?`): [`QueueMessagesConsumerGroupIdNotSupportedError`](QueueMessagesConsumerGroupIdNotSupportedError.md) | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `message?` | `string` | | ||
|
||
#### Returns | ||
|
||
[`QueueMessagesConsumerGroupIdNotSupportedError`](QueueMessagesConsumerGroupIdNotSupportedError.md) | ||
|
||
#### Inherited from | ||
|
||
[QueueMessagesError](QueueMessagesError.md).[constructor](QueueMessagesError.md#constructor) |
35 changes: 35 additions & 0 deletions
35
docs/api/classes/QueueMessagesConsumerGroupIdRequiredError.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[RedisSMQ](../../../README.md) / [Docs](../../README.md) / [API Reference](../README.md) / QueueMessagesConsumerGroupIdRequiredError | ||
|
||
# Class: QueueMessagesConsumerGroupIdRequiredError | ||
|
||
## Hierarchy | ||
|
||
- [`QueueMessagesError`](QueueMessagesError.md) | ||
|
||
↳ **`QueueMessagesConsumerGroupIdRequiredError`** | ||
|
||
## Table of contents | ||
|
||
### Constructors | ||
|
||
- [constructor](QueueMessagesConsumerGroupIdRequiredError.md#constructor) | ||
|
||
## Constructors | ||
|
||
### constructor | ||
|
||
• **new QueueMessagesConsumerGroupIdRequiredError**(`message?`): [`QueueMessagesConsumerGroupIdRequiredError`](QueueMessagesConsumerGroupIdRequiredError.md) | ||
|
||
#### Parameters | ||
|
||
| Name | Type | | ||
| :------ | :------ | | ||
| `message?` | `string` | | ||
|
||
#### Returns | ||
|
||
[`QueueMessagesConsumerGroupIdRequiredError`](QueueMessagesConsumerGroupIdRequiredError.md) | ||
|
||
#### Inherited from | ||
|
||
[QueueMessagesError](QueueMessagesError.md).[constructor](QueueMessagesError.md#constructor) |