pub trait ListError: StdError + 'static { }
当外部要实现 RefineObjectList 时,Error 类需要实现此 Trait
RefineObjectList