pub(crate) fn display_json_error_context<E, M, C>( error: E, message: M, context: C, )where E: Display, M: Display, C: Display,