Error
Spglib.SpglibReturnCode
— TypeRepresent various return codes from the Spglib library.
Spglib.get_error_code
— Functionget_error_code()
Return an instance of the enumerated type SpglibReturnCode
.
Spglib.get_error_message
— Functionget_error_message(code::SpglibReturnCode)
Get the corresponding error message for a given error code.
Spglib.check_error
— Functioncheck_error()
Check if an error has occurred and throw an exception if so.