Enum chemfiles::Status
[−]
[src]
pub enum Status {
Success,
CppStdError,
ChemfilesCppError,
MemoryError,
FileError,
FormatError,
SelectionError,
ConfigurationError,
OutOfBounds,
PropertyError,
UTF8PathError,
NullPtr,
}Possible causes of error in chemfiles
Variants
SuccessNo error
CppStdErrorException in the C++ standard library
ChemfilesCppErrorException in the C++ chemfiles library
MemoryErrorError in memory allocations
FileErrorError while reading or writing a file
FormatErrorError in file formatting, i.e. the file is invalid
SelectionErrorError in selection string syntax
ConfigurationErrorError in configuration files syntax
OutOfBoundsError for out of bounds indexing
PropertyErrorError related to properties
UTF8PathErrorThe given path is not valid UTF8
NullPtrWe got a null pointer from C++
Trait Implementations
impl Clone for Status[src]
fn clone(&self) -> Status[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more