API ReferenceFunctionsodin_is_errorOn this pageodin_is_error bool odin_is_error(enum OdinError error); Overview Checks if the provided error code indicates an error state. Parameters NameTypeDescriptionerrorOdinErrorThe return code to check. Return Value TypeDescriptionbooltrue if code is an error, false otherwise.