Class LocalIdSingleOperationException
- Namespace
- JsonApiDotNetCore.Errors
- Assembly
- JsonApiDotNetCore.dll
The error that is thrown when assigning and referencing a local ID within the same operation.
[PublicAPI]
public sealed class LocalIdSingleOperationException : JsonApiException, ISerializable
- Inheritance
-
LocalIdSingleOperationException
- Implements
- Inherited Members
Constructors
LocalIdSingleOperationException(string)
The error that is thrown when assigning and referencing a local ID within the same operation.
public LocalIdSingleOperationException(string localId)
Parameters
localId
string