We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
battlefield_rcon
Currently it's quite a mess, RconError vs Bf4Error, many different cmd_err!(PlayerKickResult, ...), etc.
RconError
Bf4Error
cmd_err!(PlayerKickResult, ...)
Maybe use an error handling library like anyhow?
anyhow
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently it's quite a mess,
RconError
vsBf4Error
, many differentcmd_err!(PlayerKickResult, ...)
, etc.Maybe use an error handling library like
anyhow
?The text was updated successfully, but these errors were encountered: