ERRD_post @brief Post an error, copying any potentially transient data before we punt. @param statusVector @param **/
| 166 | |
| 167 | **/ |
| 168 | void ERRD_post(const Arg::StatusVector& v) |
| 169 | { |
| 170 | fb_assert(v.value()[0] == isc_arg_gds); |
| 171 | |
| 172 | internal_post(v); |
| 173 | } |
| 174 | |
| 175 | |
| 176 | /** |
no test coverage detected