# NoOpStreamDeliveryFailureHandler Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.noopstreamdeliveryfailurehandler/)

## ShouldFaultSubsriptionOnError {#shouldfaultsubsriptiononerror-7bd2fa34}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.noopstreamdeliveryfailurehandler/properties/shouldfaultsubsriptiononerror-7bd2fa34/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/PersistentStreams/NoOpStreamFailureHandler.cs#L29)

```csharp
public bool ShouldFaultSubsriptionOnError
```

Gets a value indicating whether the subscription should fault when there is an error.

### Value

`true` if the subscription should fault when there is an error; otherwise, `false`.
