package hail type HailAlgorithmNotInitializedError struct{} func (e *HailAlgorithmNotInitializedError) Error() string { return "冰雹ID生成算法尚未初始化" }