From c1fd6f48a5a3501499c9fca7239673b8555cc7c6 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 13 Sep 2021 21:14:56 -0700 Subject: [PATCH] add stream_error docs --- docs/utils.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/utils.md b/docs/utils.md index 1cac00ed..1e9c57fe 100644 --- a/docs/utils.md +++ b/docs/utils.md @@ -117,6 +117,12 @@ Returns: True/False False unless a 'truthy' number or string is found ('y', 'yes', 'true', '1', 1, -1, etc.) +## stream_error +```python +stream_error(e, quiet, line) +``` +reraise the stream exception with annotation or print an error _meta field if quiet=True + ## timestamp ```python timestamp(datetime_string)