Robot Framework Integrated Development Environment (RIDE)
robotide.contrib.testrunner.TestRunnerAgent.EncodeError Class Reference

This exception is raised when an unencodable object is passed to the dump() method or function. More...

Inheritance diagram for robotide.contrib.testrunner.TestRunnerAgent.EncodeError:
robotide.contrib.testrunner.TestRunnerAgent.StreamError Exception

Static Public Attributes

tuple wrapped_exceptions = (pickle.PicklingError, )
 

Detailed Description

This exception is raised when an unencodable object is passed to the dump() method or function.

Definition at line 380 of file TestRunnerAgent.py.

Member Data Documentation

◆ wrapped_exceptions

tuple robotide.contrib.testrunner.TestRunnerAgent.EncodeError.wrapped_exceptions = (pickle.PicklingError, )
static

Definition at line 381 of file TestRunnerAgent.py.


The documentation for this class was generated from the following file: