# IStreamFailureHandler Properties

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

## ShouldFaultSubsriptionOnError {#shouldfaultsubsriptiononerror-9f19f2b9}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.istreamfailurehandler/properties/shouldfaultsubsriptiononerror-9f19f2b9/)

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