| Interface | Description |
|---|---|
| ResponseFunction |
A transformation function used while processing
DiscordRequest objects. |
| Class | Description |
|---|---|
| EmptyResponseTransformer |
A
ResponseFunction that is able to transform an error sequence with a HTTP 404 status, into an empty
sequence. |
| ResumingTransformer |
A
ResponseFunction that is able to transform an error sequence into a custom response. |
| RetryingTransformer |
A
ResponseFunction that is able to transform an error sequence into a retrying one. |