Class IncompatibleLocalIdTypeException
- Namespace
- JsonApiDotNetCore.Errors
- Assembly
- JsonApiDotNetCore.dll
The error that is thrown when referencing a local ID that was assigned to a different resource type.
[PublicAPI]
public sealed class IncompatibleLocalIdTypeException : JsonApiException, ISerializable
- Inheritance
-
IncompatibleLocalIdTypeException
- Implements
- Inherited Members
Constructors
IncompatibleLocalIdTypeException(string, string, string)
The error that is thrown when referencing a local ID that was assigned to a different resource type.
public IncompatibleLocalIdTypeException(string localId, string declaredType, string currentType)