Class HtsgetErrorResponse

java.lang.Object
htsjdk.samtools.util.htsget.HtsgetErrorResponse

public class HtsgetErrorResponse extends Object
Class allowing deserialization from json htsget error response, as defined in https://samtools.github.io/hts-specs/htsget.html An example response could be as follows { "htsget": { "error": "NotFound", "message": "No such accession 'ENS16232164'" } }
  • Constructor Details

    • HtsgetErrorResponse

      public HtsgetErrorResponse(String error, String message)
  • Method Details