Package com.openai.models
Class VectorStoreFile.LastError.Code
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class VectorStoreFile.LastError.Code implements EnumOne of
server_errororrate_limit_exceeded.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumVectorStoreFile.LastError.Code.Knownpublic enumVectorStoreFile.LastError.Code.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStoreFile.LastError.CodeSERVER_ERRORpublic final static VectorStoreFile.LastError.CodeUNSUPPORTED_FILEpublic final static VectorStoreFile.LastError.CodeINVALID_FILE
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final VectorStoreFile.LastError.Code.Valuevalue()final VectorStoreFile.LastError.Code.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreFile.LastError.Codeof(String value)-
-
Method Detail
-
value
final VectorStoreFile.LastError.Code.Value value()
-
known
final VectorStoreFile.LastError.Code.Known known()
-
of
final static VectorStoreFile.LastError.Code of(String value)
-
-
-
-