Package com.openai.models.videos
        Class VideoCreateError
- 
                    
                    - All Implemented Interfaces:
 
 public final class VideoCreateError
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classVideoCreateError.BuilderA builder for VideoCreateError. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringcode()final Stringmessage()final JsonField<String>_code()Returns the raw JSON value of code. final JsonField<String>_message()Returns the raw JSON value of message. final Map<String, JsonValue>_additionalProperties()final VideoCreateError.BuildertoBuilder()final VideoCreateErrorvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VideoCreateError.Builderbuilder()Returns a mutable builder for constructing an instance of VideoCreateError. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        _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. 
 - 
                                        _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. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal VideoCreateError.Builder toBuilder() 
 - 
                                        validatefinal VideoCreateError validate() 
 - 
                                        builderfinal static VideoCreateError.Builder builder() Returns a mutable builder for constructing an instance of VideoCreateError. The following fields are required: .code() .message()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-