public class PubNubError
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PubNubError.PubNubErrorBuilder |
| Modifier and Type | Method and Description |
|---|---|
static PubNubError.PubNubErrorBuilder |
builder() |
int |
getErrorCode() |
int |
getErrorCodeExtended() |
com.google.gson.JsonElement |
getErrorObject() |
java.lang.String |
getErrorString()
PubNub supplied explanation of the error.
|
java.lang.String |
getMessage()
includes a message from the thrown exception (if any.)
|
public static PubNubError.PubNubErrorBuilder builder()
public int getErrorCode()
public int getErrorCodeExtended()
public com.google.gson.JsonElement getErrorObject()
public java.lang.String getMessage()
public java.lang.String getErrorString()