Package com.openai.models.batches
        Class Batch.Errors
- 
                    
                    - All Implemented Interfaces:
 
 public final class Batch.Errors
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classBatch.Errors.BuilderA builder for Errors. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<List<BatchError>>data()final Optional<String>object_()The object type, which is always list.final JsonField<List<BatchError>>_data()Returns the raw JSON value of data. final JsonField<String>_object_()Returns the raw JSON value of object_. final Map<String, JsonValue>_additionalProperties()final Batch.Errors.BuildertoBuilder()final Batch.Errorsvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Batch.Errors.Builderbuilder()Returns a mutable builder for constructing an instance of Errors. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        datafinal Optional<List<BatchError>> data() 
 - 
                                        _datafinal JsonField<List<BatchError>> _data() Returns the raw JSON value of data. Unlike data, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _object_final JsonField<String> _object_() Returns the raw JSON value of object_. Unlike object_, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal Batch.Errors.Builder toBuilder() 
 - 
                                        validatefinal Batch.Errors validate() 
 - 
                                        builderfinal static Batch.Errors.Builder builder() Returns a mutable builder for constructing an instance of Errors. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-