A tool that shows the description of the error code.
shellsession
cargo install error_show
``` shellsession % errorshow -h errorshow 0.1.0 Show error code information
USAGE:
error_show
FLAGS: -h, --help Prints help information -V, --version Prints version information
ARGS:
On Linux:
shellsession
% error_show 12
Error(12): Cannot allocate memory
On Windows:
``` shellsession
error_show 12006 Error(12006): URL 未使用可识别的协议
error_show 2 Error(2): 系统找不到指定的文件。
error_show 0x80020005 Error(2147614725): 类型不匹配。 ```