Alias for a Flow of Fault values.
val faultFlow: FaultFlow<String> = flow { emit(faultOf { raise { "An error occurred." } })}