ResolvableResource
A Resource which links to other Resources, such as Pose, which links to a Graphic. While loading resources, the Resource only knows the PATH to the linked Resource, not the Resource itself (because that may not be loaded yet). Once the entire file is loaded, resolveReferences is called.
Return
An error message, or null on success.