public void readError(JsonParser parser) throws IOException {
   builder.setError(parser.readValueAs(String.class));
 }