| 185 | // intentionally a raw pointer to signify that the caller may not |
| 186 | // retain references to this. |
| 187 | ErrorVector* FOLLY_NULLABLE errors() const { |
| 188 | return errors_.get(); |
| 189 | } |
| 190 | |
| 191 | ErrorVectorPtr* FOLLY_NONNULL errorsPtr() { |
| 192 | return &errors_; |