| Class | Description |
|---|---|
| LaunchEmptyResult |
Result returned by methods that may either launch an asynchronous job or
complete synchronously.
|
| LaunchEmptyResult.Serializer |
For internal use only.
|
| LaunchResultBase |
Result returned by methods that launch an asynchronous job.
|
| LaunchResultBase.Serializer |
For internal use only.
|
| PollArg |
Arguments for methods that poll the status of an asynchronous job.
|
| PollArg.Serializer |
For internal use only.
|
| PollEmptyResult.Serializer |
For internal use only.
|
| PollError.Serializer |
For internal use only.
|
| Enum | Description |
|---|---|
| LaunchEmptyResult.Tag |
Discriminating tag type for
LaunchEmptyResult. |
| LaunchResultBase.Tag |
Discriminating tag type for
LaunchResultBase. |
| PollEmptyResult |
Result returned by methods that poll for the status of an asynchronous job.
|
| PollError |
Error returned by methods for polling the status of asynchronous job.
|
| Exception | Description |
|---|---|
| PollErrorException |
Exception thrown when the server responds with a
PollError error. |