Report non-CDB exception in logs in FastClient
Reason: FastClient will convert any exception to its message. This makes sense in case of CDB errors. However, in case of non-CDB errors (e.g. TypeError
) this slows the analysis down with no benefit.
Reason: FastClient will convert any exception to its message. This makes sense in case of CDB errors. However, in case of non-CDB errors (e.g. TypeError
) this slows the analysis down with no benefit.