OperatorFailedException
abstract class OperatorFailedException(message: String, cause: Throwable? = null) : RuntimeException
Base exception for exceptions thrown by Operator implementations. This exception is used to denote that an Operator has completed exceptionally, and is therefore unable to return a valid true/false result.