namespace java com.twitter.birdname.thrift namespace rb BirdName exception BirdNameException { 1: string description } service BirdNameService { // TODO: Please implement your externally accessible API string hello() throws(1: BirdNameException ex) }