Uses of Class
com.pushtechnology.diffusion.client.callbacks.ErrorReason
Packages that use ErrorReason
-
Uses of ErrorReason in com.pushtechnology.diffusion.client.callbacks
Fields in com.pushtechnology.diffusion.client.callbacks declared as ErrorReasonModifier and TypeFieldDescriptionstatic final ErrorReasonErrorReason.ACCESS_DENIEDThe request was rejected because the caller has insufficient permissions.static final ErrorReasonErrorReason.CALLBACK_EXCEPTIONAn application callback threw an exception.static final ErrorReasonErrorReason.CLUSTER_REPARTITIONA cluster operation failed because partition ownership changed during processing.static final ErrorReasonErrorReason.CLUSTER_ROUTINGA cluster operation failed to be routed to a server within the cluster due to a communication failure, or the server that owns a partition is not currently known.static final ErrorReasonErrorReason.COMMUNICATION_FAILURECommunication with the server failed.static final ErrorReasonErrorReason.HANDLER_CONFLICTA conflicting registration exists.static final ErrorReasonErrorReason.INCOMPATIBLE_DATATYPEA datatype operation has failed due to incompatibility.static final ErrorReasonErrorReason.INCOMPATIBLE_STATEA topic update could not be performed because the topic is managed by a component (for example, fan-out) which prohibits external updates.static final ErrorReasonErrorReason.INVALID_DATAAn operation failed because invalid data was received.static final ErrorReasonErrorReason.INVALID_PATHAn invalid path was supplied.static final ErrorReasonErrorReason.NO_SUCH_SESSIONThe session does not exist on the server.static final ErrorReasonErrorReason.REQUEST_TIME_OUTCommunication with the server failed because a service request timed out.static final ErrorReasonErrorReason.SESSION_CLOSEDCommunication with the server failed because the session is closed.static final ErrorReasonErrorReason.TOPIC_TREE_REGISTRATION_CONFLICTA conflicting registration exists on the same branch of the topic tree.static final ErrorReasonErrorReason.UNHANDLED_MESSAGEA message was not handled by the server.static final ErrorReasonErrorReason.UNSUPPORTEDThe request was rejected because the requested service is unsupported for this caller.Methods in com.pushtechnology.diffusion.client.callbacks with parameters of type ErrorReasonModifier and TypeMethodDescriptionvoidCallback.Default.onError(ErrorReason errorReason) voidCallback.onError(ErrorReason errorReason) Notification of a contextual error related to this callback.