StreamingQueryException

org.apache.spark.sql.streaming.StreamingQueryException
case class StreamingQueryException(message: String, errorClass: String, stackTrace: String)

Describes the exception that terminated a StreamingQuery.

Value parameters

errorClass

the error class of the exception, if any.

message

the exception message, matching the server-side StreamingQueryException.toString.

stackTrace

the stack trace of the exception, if any.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product