I was looking at https://github.com/amdjs/amdjs-api/blob/67486d6b199cd026f5e66151566836c8ba149099/LoaderPlugins.md and couldn’t find anything obviously sticking out on how a loader plugin should communicate load failure. It doesn’t seem like load() should be called when there is an error. Should there be a new error callback or something?