Created an impl function for ChronikClientErrorassert_status_code_eq! to extract the status_code of forced errors, and then compare and panic if the expressions don't match. reducing the previousThis was implemented to reduce the boilerplate required to extract the status_codeof previously downcasting every error manually.