Table of Contents

Class ResourcesInRelationshipsNotFoundException

Namespace
JsonApiDotNetCore.Errors
Assembly
JsonApiDotNetCore.dll

The error that is thrown when referencing one or more non-existing resources in one or more relationships.

[PublicAPI]
public sealed class ResourcesInRelationshipsNotFoundException : JsonApiException, ISerializable
Inheritance
ResourcesInRelationshipsNotFoundException
Implements
Inherited Members

Constructors

ResourcesInRelationshipsNotFoundException(IEnumerable<MissingResourceInRelationship>)

The error that is thrown when referencing one or more non-existing resources in one or more relationships.

public ResourcesInRelationshipsNotFoundException(IEnumerable<MissingResourceInRelationship> missingResources)

Parameters

missingResources IEnumerable<MissingResourceInRelationship>