Package com.openai.models
Class VectorStoreFile.LastError
-
- All Implemented Interfaces:
public final class VectorStoreFile.LastErrorThe last error associated with this vector store file. Will be
nullif there are no errors.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVectorStoreFile.LastError.BuilderA builder for LastError.
public final classVectorStoreFile.LastError.CodeOne of
server_errororrate_limit_exceeded.
-
Method Summary
Modifier and Type Method Description final VectorStoreFile.LastError.Codecode()One of server_errororrate_limit_exceeded.final Stringmessage()A human-readable description of the error. final JsonField<VectorStoreFile.LastError.Code>_code()One of server_errororrate_limit_exceeded.final JsonField<String>_message()A human-readable description of the error. final Map<String, JsonValue>_additionalProperties()final VectorStoreFile.LastErrorvalidate()final VectorStoreFile.LastError.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreFile.LastError.Builderbuilder()-
-
Method Detail
-
code
final VectorStoreFile.LastError.Code code()
One of
server_errororrate_limit_exceeded.
-
_code
final JsonField<VectorStoreFile.LastError.Code> _code()
One of
server_errororrate_limit_exceeded.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final VectorStoreFile.LastError validate()
-
toBuilder
final VectorStoreFile.LastError.Builder toBuilder()
-
builder
final static VectorStoreFile.LastError.Builder builder()
-
-
-
-