All Downloads are FREE. Search and download functionalities are using the official Maven repository.

avro.methods.avdl Maven / Gradle / Ivy

There is a newer version: 0.6.0a5
Show newest version
@namespace("org.ga4gh.methods")

protocol RPC {

/**
A general exception type.
*/
error GAException {
  /** The error message */
  string message;

  /** The numerical error code */
  int errorCode = -1;
}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy