public final class PubNubErrorBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static PubNubError |
createCryptoError(int code,
java.lang.String message) |
public static final int PNERR_TIMEOUT
public static final int PNERR_PUBNUB_ERROR
public static final int PNERR_CONNECT_EXCEPTION
public static final int PNERR_HTTP_ERROR
public static final int PNERR_CLIENT_TIMEOUT
public static final int PNERR_ULSSIGN_ERROR
public static final int PNERR_NETWORK_ERROR
public static final int PNERR_PUBNUB_EXCEPTION
public static final int PNERR_DISCONNECT
public static final int PNERR_DISCONN_AND_RESUB
public static final int PNERR_GATEWAY_TIMEOUT
public static final int PNERR_FORBIDDEN
public static final int PNERR_UNAUTHORIZED
public static final int PNERR_SECRET_KEY_MISSING
public static final int PNERR_ENCRYPTION_ERROR
public static final int PNERR_DECRYPTION_ERROR
public static final int PNERR_INVALID_JSON
public static final int PNERR_GETINPUTSTREAM
public static final int PNERR_MALFORMED_URL
public static final int PNERR_URL_OPEN
public static final int PNERR_JSON_ERROR
public static final int PNERR_PROTOCOL_EXCEPTION
public static final int PNERR_READINPUT
public static final int PNERR_BAD_GATEWAY
public static final int PNERR_INTERNAL_ERROR
public static final int PNERR_PARSING_ERROR
public static final int PNERR_BAD_REQUEST
public static final int PNERR_HTTP_RC_ERROR
public static final int PNERR_NOT_FOUND
public static final int PNERR_HTTP_SUBSCRIBE_TIMEOUT
public static final int PNERR_INVALID_ARGUMENTS
public static final int PNERR_CHANNEL_MISSING
public static final int PNERR_CONNECTION_NOT_SET
public static final int PNERR_CHANNEL_GROUP_PARSING_ERROR
public static final int PNERR_CRYPTO_ERROR
public static final int PNERR_GROUP_MISSING
public static final int PNERR_AUTH_KEYS_MISSING
public static final int PNERR_SUBSCRIBE_KEY_MISSING
public static final int PNERR_PUBLISH_KEY_MISSING
public static final int PNERR_STATE_MISSING
public static final int PNERR_CHANNEL_AND_GROUP_MISSING
public static final int PNERR_MESSAGE_MISSING
public static final int PNERR_PUSH_TYPE_MISSING
public static final int PNERR_DEVICE_ID_MISSING
public static final int PNERR_TIMETOKEN_MISSING
public static final int PNERR_CHANNELS_TIMETOKEN_MISMATCH
public static final PubNubError PNERROBJ_TIMEOUT
public static final PubNubError PNERROBJ_INTERNAL_ERROR
public static final PubNubError PNERROBJ_ENCRYPTION_ERROR
public static final PubNubError PNERROBJ_DECRYPTION_ERROR
public static final PubNubError PNERROBJ_INVALID_JSON
public static final PubNubError PNERROBJ_JSON_ERROR
public static final PubNubError PNERROBJ_MALFORMED_URL
public static final PubNubError PNERROBJ_PUBNUB_ERROR
public static final PubNubError PNERROBJ_URL_OPEN
public static final PubNubError PNERROBJ_PROTOCOL_EXCEPTION
public static final PubNubError PNERROBJ_CONNECT_EXCEPTION
public static final PubNubError PNERROBJ_HTTP_RC_ERROR
public static final PubNubError PNERROBJ_GETINPUTSTREAM
public static final PubNubError PNERROBJ_READINPUT
public static final PubNubError PNERROBJ_BAD_REQUEST
public static final PubNubError PNERROBJ_HTTP_ERROR
public static final PubNubError PNERROBJ_BAD_GATEWAY
public static final PubNubError PNERROBJ_CLIENT_TIMEOUT
public static final PubNubError PNERROBJ_GATEWAY_TIMEOUT
public static final PubNubError PNERROBJ_5023_INTERNAL_ERROR
public static final PubNubError PNERROBJ_PARSING_ERROR
public static final PubNubError PNERROBJ_PUBNUB_EXCEPTION
public static final PubNubError PNERROBJ_DISCONNECT
public static final PubNubError PNERROBJ_DISCONN_AND_RESUB
public static final PubNubError PNERROBJ_FORBIDDEN
public static final PubNubError PNERROBJ_UNAUTHORIZED
public static final PubNubError PNERROBJ_SECRET_KEY_MISSING
public static final PubNubError PNERROBJ_SUBSCRIBE_KEY_MISSING
public static final PubNubError PNERROBJ_PUBLISH_KEY_MISSING
public static final PubNubError PNERROBJ_ULSSIGN_ERROR
public static final PubNubError PNERROBJ_5075_NETWORK_ERROR
public static final PubNubError PNERROBJ_NOT_FOUND_ERROR
public static final PubNubError PNERROBJ_SUBSCRIBE_TIMEOUT
public static final PubNubError PNERROBJ_INVALID_ARGUMENTS
public static final PubNubError PNERROBJ_CHANNEL_MISSING
public static final PubNubError PNERROBJ_STATE_MISSING
public static final PubNubError PNERROBJ_MESSAGE_MISSING
public static final PubNubError PNERROBJ_PUSH_TYPE_MISSING
public static final PubNubError PNERROBJ_DEVICE_ID_MISSING
public static final PubNubError PNERROBJ_CONNECTION_NOT_SET
public static final PubNubError PNERROBJ_GROUP_MISSING
public static final PubNubError PNERROBJ_CHANNEL_AND_GROUP_MISSING
public static final PubNubError PNERROBJ_AUTH_KEYS_MISSING
public static final PubNubError PNERROBJ_CHANNEL_GROUP_PARSING_ERROR
public static final PubNubError PNERROBJ_CRYPTO_ERROR
public static final PubNubError PNERROBJ_TIMETOKEN_MISSING
public static final PubNubError PNERROBJ_CHANNELS_TIMETOKEN_MISMATCH
public static PubNubError createCryptoError(int code, java.lang.String message)