Class RealtimeError
- 
                    
                    - All Implemented Interfaces:
 
 public final class RealtimeErrorDetails of the error. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classRealtimeError.BuilderA builder for RealtimeError. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringmessage()A human-readable error message. final Stringtype()The type of error (e.g., "invalid_request_error", "server_error"). final Optional<String>code()Error code, if any. final Optional<String>eventId()The event_id of the client event that caused the error, if applicable. final Optional<String>param()Parameter related to the error, if any. final JsonField<String>_message()Returns the raw JSON value of message. final JsonField<String>_type()Returns the raw JSON value of type. final JsonField<String>_code()Returns the raw JSON value of code. final JsonField<String>_eventId()Returns the raw JSON value of eventId. final JsonField<String>_param()Returns the raw JSON value of param. final Map<String, JsonValue>_additionalProperties()final RealtimeError.BuildertoBuilder()final RealtimeErrorvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static RealtimeError.Builderbuilder()Returns a mutable builder for constructing an instance of RealtimeError. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        eventIdfinal Optional<String> eventId() The event_id of the client event that caused the error, if applicable. 
 - 
                                        _messagefinal JsonField<String> _message() Returns the raw JSON value of message. Unlike message, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _typefinal JsonField<String> _type() Returns the raw JSON value of type. Unlike type, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _codefinal JsonField<String> _code() Returns the raw JSON value of code. Unlike code, 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. 
 - 
                                        _paramfinal JsonField<String> _param() Returns the raw JSON value of param. Unlike param, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal RealtimeError.Builder toBuilder() 
 - 
                                        validatefinal RealtimeError validate() 
 - 
                                        builderfinal static RealtimeError.Builder builder() Returns a mutable builder for constructing an instance of RealtimeError. The following fields are required: .message() .type()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-