Package com.openai.errors
        Class OpenAIServiceException
- 
                    
                    
- All Implemented Interfaces:
 - 
                            
                            
java.io.Serializable 
public abstract class OpenAIServiceException extends OpenAIException
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description abstract IntegerstatusCode()abstract Headersheaders()abstract JsonValuebody()abstract Optional<String>code()abstract Optional<String>param()abstract Optional<String>type()- 
                                            
                                        
                                            
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace - 
                                        
                                    
                                        
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 - 
                                            
                                        
                                            
 
 -