Class UnauthorizedEventSubscription<E extends Event>

java.lang.Object
org.openremote.model.event.shared.UnauthorizedEventSubscription<E>

public class UnauthorizedEventSubscription<E extends Event> extends Object
The server returns this message when an EventSubscription failed.

Note that authorization might fail because the client doesn't have the necessary access rights. It might also fail if the subscription is invalid, for example, if a required filter is not supplied or if the filter is not valid.