pub trait ResourceLoadError: 'static + Debug + Display + Send + Sync { }
A trait for resource load error.