Table of Contents

Class MissingResourceInRelationship

Namespace
JsonApiDotNetCore.Errors
Assembly
JsonApiDotNetCore.dll
[PublicAPI]
public sealed class MissingResourceInRelationship
Inheritance
MissingResourceInRelationship
Inherited Members

Constructors

MissingResourceInRelationship(string, string, string)

public MissingResourceInRelationship(string relationshipName, string resourceType, string resourceId)

Parameters

relationshipName string
resourceType string
resourceId string

Properties

RelationshipName

public string RelationshipName { get; }

Property Value

string

ResourceId

public string ResourceId { get; }

Property Value

string

ResourceType

public string ResourceType { get; }

Property Value

string