Package com.openai.errors
Class SseException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class SseException extends OpenAIServiceException
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
SseException.Builder
A builder for SseException.
-
Method Summary
Modifier and Type Method Description JsonValue
body()
Optional<String>
code()
Optional<String>
param()
Optional<String>
type()
Integer
statusCode()
Headers
headers()
final SseException.Builder
toBuilder()
final static SseException.Builder
builder()
Returns a mutable builder for constructing an instance of SseException. -
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
-
-
Method Detail
-
statusCode
Integer statusCode()
-
toBuilder
final SseException.Builder toBuilder()
-
builder
final static SseException.Builder builder()
Returns a mutable builder for constructing an instance of SseException.
The following fields are required:
.statusCode() .headers()
-
-
-
-