OpenAI::VectorStoreFileObjectLastErrorVariant1
Inherits JSON::Serializable < Reference < Object
The last error associated with this vector store file. Will be null if there are no errors.
Constructors
new(pull : JSON::PullParser)
Sourcenew(code : VectorStoreFileObjectLastErrorVariant1Code = VectorStoreFileObjectLastErrorVariant1Code::ServerError, message : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
code=(code : VectorStoreFileObjectLastErrorVariant1Code)
One of server_error, unsupported_file, or invalid_file.