# All Implemented Interfaces:

```java
public class CompletionError
```

Provides info about sort of error happened

- - ### Nested Class Summary

| Modifier and Type | Class | Description |
| --- | --- | --- |
| `public final class` | `CompletionError.StateError` |  |
| `public final class` | `CompletionError.HttpError` |  |
| `public final class` | `CompletionError.SocketError` |  |
| `public final class` | `CompletionError.InternalError` |  |
| `public final class` | `CompletionError.WaitingForKnock` |  |
| `public final class` | `CompletionError.KnockTimeout` |  |
| `public final class` | `CompletionError.KnockDenied` |  |
| `public final class` | `CompletionError.RequestedCaptcha` |  |

- ### Field Summary

| Modifier and Type | Field | Description |
| --- | --- | --- |
| `private final String` | `message` |  |

- ### Constructor Summary

| Constructor | Description |
| --- | --- |

- ### Enum Constant Summary

| Enum Constant | Description |
| --- | --- |

- ### Method Summary

All Methods

| Modifier and Type | Method | Description |
| --- | --- | --- |
| `final String` | `getMessage()` |  |

- ### Methods inherited from class java.lang.Object

`clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`

- - ### Constructor Detail

- ### Method Detail

- #### getMessage

```java
 final String getMessage()
```
