Enum rivlib::error::Error
[−]
[src]
pub enum Error { Nul(NulError), Scanifc(i32, String), Utf8(Utf8Error), }
Crate-specific errors.
Variants
Nul | Wrapper around |
Scanifc | An error that occurs during a scanifc call. Scanifc errors are retrieved from the scanifc library if a ffi function returns nonzero. |
Utf8 | Wrapper around |