共用方式為


VectorStoreFileErrorCode type

向量存儲檔處理的錯誤代碼變體

type VectorStoreFileErrorCode =
  | "server_error"
  | "invalid_file"
  | "unsupported_file"