// @todo Add test coverage for this in https://www.drupal.org/project/jsonapi/issues/2971281
// @todo Add test coverage for this in https://www.drupal.org/project/drupal/issues/2971281
$message=sprintf('Ambiguous path. Try one of the following: %s, in place of the given path: %s',implode(', ',$choices),implode('.',$unresolved_path_parts));