pyspark.sql.streaming.StreamingQuery.exception

StreamingQuery.exception() → Optional[pyspark.errors.exceptions.base.StreamingQueryException][source]

New in version 2.1.0.

Changed in version 3.5.0: Supports Spark Connect.

Returns
StreamingQueryException

the StreamingQueryException if the query was terminated by an exception, or None.