avro.methods.avdl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ga4gh Show documentation
Show all versions of ga4gh Show documentation
This repository implements GA4GH schemas
@namespace("org.ga4gh.methods")
protocol RPC {
/**
A general exception type.
*/
error GAException {
/** The error message */
string message;
/** The numerical error code */
int errorCode = -1;
}
}