pub fn get_jobs(
    fossology: &Fossology,
    upload_id: Option<i32>,
    group_name: Option<String>,
    limit: Option<i32>,
    page: Option<i32>
) -> Result<Vec<Job>, FossologyError>
Expand description

Errors

  • Error while sending request, redirect loop was detected or redirect limit was exhausted.
  • Response can’t be serialized to Vec of Jobs or Info.
  • Response is not Vec of Jobs.