user.hasLoaded('thisRelationshipDoesntExist')
// => "Assertion Failed: You tried to load the relationship thisRelationshipDoesntExist for a user, but that relationship does not exist [ember-data-storefront]"
The error message should reflect that the invalid relationship was accessed over hasLoaded, and not "tried to load".