Value | Meaning |
---|---|
Failed1 | a general error which doesn't fit in any other category. Make sure you add a custom message to the error call. |
TooLazy2 | do not use this except as a placeholder for deciding where to go while developing code. |
Init3 | used when the library could not be opened. |
Shutdown4 | used when the library could not be closed. |
Settings5 | used when the library doesn't accept settings. |
Encode6 | used when the library generated an encoding error. |
NumErrors7 | the number of library error types. |
Library errors are for errors from the library being used by elements (initializing, finalizing, settings, ...)