# IStreamFailureHandler.ShouldFaultSubsriptionOnError

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

```csharp
public abstract 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`.
