Table of Contents

Class FailedOperationException

Namespace
JsonApiDotNetCore.Errors
Assembly
JsonApiDotNetCore.dll

The error that is thrown when an operation in an atomic:operations request failed to be processed for unknown reasons.

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

Constructors

FailedOperationException(int, Exception)

The error that is thrown when an operation in an atomic:operations request failed to be processed for unknown reasons.

public FailedOperationException(int operationIndex, Exception innerException)

Parameters

operationIndex int
innerException Exception