Kiiyya / BattleFox

A modern Procon replacement for Battlefield 4.
GNU Affero General Public License v3.0
9 stars 2 forks source link

Better error handling in `battlefield_rcon` #3

Open Kiiyya opened 3 years ago

Kiiyya commented 3 years ago

Currently it's quite a mess, RconError vs Bf4Error, many different cmd_err!(PlayerKickResult, ...), etc.

Maybe use an error handling library like anyhow?