# NoOpStreamDeliveryFailureHandler.ShouldFaultSubsriptionOnError

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

[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`.
