exception Error { 1: string desc; } service Aggr { void addValue(1: i32 value); list getValues() throws (1: Error err); }