backend.download_files/1 单文件结果。
backend.download_files/1
@type t() :: %CMDC.Backend.Results.FileDownloadResponse{ content: binary() | nil, error: nil | atom() | String.t(), path: String.t() }
@spec error(String.t(), atom() | String.t()) :: t()
@spec ok(String.t(), binary()) :: t()