Class RealtimeErrorEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeErrorEventReturned when an error occurs, which could be a client problem or a server problem. Most errors are recoverable and the session will stay open, we recommend to implementors to monitor and log error messages by default. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRealtimeErrorEvent.BuilderA builder for RealtimeErrorEvent. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final RealtimeErrorerror()Details of the error. final StringeventId()The unique ID of the server event. final JsonValue_type()The event type, must be error.final JsonField<RealtimeError>_error()Returns the raw JSON value of error. final JsonField<String>_eventId()Returns the raw JSON value of eventId. final Map<String, JsonValue>_additionalProperties()final RealtimeErrorEvent.BuildertoBuilder()final RealtimeErrorEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RealtimeErrorEvent.Builderbuilder()Returns a mutable builder for constructing an instance of RealtimeErrorEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        errorfinal RealtimeError error() Details of the error. 
 - 
                                        _typefinal JsonValue _type() The event type, must be error.Expected to always return the following: JsonValue.from("error")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _errorfinal JsonField<RealtimeError> _error() Returns the raw JSON value of error. Unlike error, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _eventIdfinal JsonField<String> _eventId() Returns the raw JSON value of eventId. Unlike eventId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal RealtimeErrorEvent.Builder toBuilder() 
 - 
                                        validatefinal RealtimeErrorEvent validate() 
 - 
                                        builderfinal static RealtimeErrorEvent.Builder builder() Returns a mutable builder for constructing an instance of RealtimeErrorEvent. The following fields are required: .error() .eventId()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-