VectorStoreFileResponse.LastError

VectorStoreFileResponse.LastError property

Gets or sets the last error associated with this vector store file. Will be null if there are no errors.

public LastError LastError { get; set; }

See Also