Uses of Record Class
ch.rasc.jcentserverclient.models.Error
Packages that use Error
-
Uses of Error in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return ErrorModifier and TypeMethodDescriptionError.Builder.build()BatchResponse.error()Get the error if present.BlockUserResponse.error()Returns the value of theerrorrecord component.BroadcastResponse.error()Get the error if present.ChannelsResponse.error()Get the error if present.ConnectionsResponse.error()Get the error if present.DisconnectResponse.error()Get the error if present.HistoryRemoveResponse.error()Get the error if present.HistoryResponse.error()Get the error if present.InfoResponse.error()Get the error if present.InvalidateUserTokensResponse.error()Returns the value of theerrorrecord component.PresenceResponse.error()Get the error if present.PresenceStatsResponse.error()Get the error if present.PublishResponse.error()Get the error if present.RefreshResponse.error()Get the error if present.Reply.error()Returns the value of theerrorrecord component.RevokeTokenResponse.error()Returns the value of theerrorrecord component.SubscribeResponse.error()Get the error if present.UnblockUserResponse.error()Returns the value of theerrorrecord component.UnsubscribeResponse.error()Get the error if present.Methods in ch.rasc.jcentserverclient.models with parameters of type ErrorConstructors in ch.rasc.jcentserverclient.models with parameters of type ErrorModifierConstructorDescriptionBatchResponse(Error error, BatchResult result) Creates an instance of aBatchResponserecord class.BlockUserResponse(Error error) Creates an instance of aBlockUserResponserecord class.BroadcastResponse(Error error, BroadcastResult result) Creates an instance of aBroadcastResponserecord class.ChannelsResponse(Error error, ChannelsResult result) Creates an instance of aChannelsResponserecord class.ConnectionsResponse(Error error, ConnectionsResult result) Creates an instance of aConnectionsResponserecord class.DisconnectResponse(Error error, DisconnectResult result) Creates an instance of aDisconnectResponserecord class.HistoryRemoveResponse(Error error, HistoryRemoveResult result) Creates an instance of aHistoryRemoveResponserecord class.HistoryResponse(Error error, HistoryResult result) Creates an instance of aHistoryResponserecord class.InfoResponse(Error error, InfoResult result) Creates an instance of aInfoResponserecord class.Creates an instance of aInvalidateUserTokensResponserecord class.PresenceResponse(Error error, PresenceResult result) Creates an instance of aPresenceResponserecord class.PresenceStatsResponse(Error error, PresenceStatsResult result) Creates an instance of aPresenceStatsResponserecord class.PublishResponse(Error error, PublishResult result) Creates an instance of aPublishResponserecord class.RefreshResponse(Error error, RefreshResult result) Creates an instance of aRefreshResponserecord class.Reply(Error error, PublishResult publish, BroadcastResult broadcast, SubscribeResult subscribe, UnsubscribeResult unsubscribe, DisconnectResult disconnect, PresenceResult presence, PresenceStatsResult presenceStats, HistoryResult history, HistoryRemoveResult historyRemove, InfoResult info, RefreshResult refresh, ChannelsResult channels) Creates an instance of aReplyrecord class.RevokeTokenResponse(Error error) Creates an instance of aRevokeTokenResponserecord class.SubscribeResponse(Error error, SubscribeResult result) Creates an instance of aSubscribeResponserecord class.UnblockUserResponse(Error error) Creates an instance of aUnblockUserResponserecord class.UnsubscribeResponse(Error error, UnsubscribeResult result) Creates an instance of aUnsubscribeResponserecord class.