Package com.openai.models
Class VectorStoreFile.LastError.Code
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class VectorStoreFile.LastError.Code implements Enum
One of
server_error
orrate_limit_exceeded
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
VectorStoreFile.LastError.Code.Known
public enum
VectorStoreFile.LastError.Code.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStoreFile.LastError.Code
SERVER_ERROR
public final static VectorStoreFile.LastError.Code
UNSUPPORTED_FILE
public final static VectorStoreFile.LastError.Code
INVALID_FILE
-
Method Summary
Modifier and Type Method Description final JsonField<String>
_value()
final VectorStoreFile.LastError.Code.Value
value()
final VectorStoreFile.LastError.Code.Known
known()
final String
asString()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static VectorStoreFile.LastError.Code
of(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)
-
-
-
-