7 ms·
I try to do this when writing error messages I expect to be seen by other engineers. I also try to state why this is an error condition. “ERROR: Database query
by sigwinch28 3y ago
I try to do this when writing error messages I expect to be seen by other engineers. I also try to state why this is an error condition.
“ERROR: Database query returned 0 rows”
versus
“ERROR: Database query returned 0 rows but need 2 or more rows for this operation. Ensure $other_etl has successfully ingested the data.”