mirror of
https://github.com/pevans/erc-c.git
synced 2025-03-03 08:29:14 +00:00
Add ERR_INVALID error code
This commit is contained in:
parent
bef19539f6
commit
dd2b956b49
@ -13,6 +13,7 @@ enum log_errcode {
|
||||
ERR_OOB, // out of bounds
|
||||
ERR_BADFILE,
|
||||
ERR_BADOPT, // bad option (e.g. from getopt)
|
||||
ERR_INVALID, // invalid operation
|
||||
ERR_GFXINIT, // couldn't initialize graphics
|
||||
ERR_GFXOP, // we couldn't execute a specific graphic operation
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user