\r\n

51Degrees Pipeline Python  4.4

51Degrees Pipeline for Python

fiftyone_pipeline_core.flowerror.FlowError Class Reference

Detailed Description

An error that occurred during the processing of an element.

Public Member Functions

Public Attributes

 exception_instance
 exception_traceback

Constructor & Destructor Documentation

◆ __init__()

def fiftyone_pipeline_core.flowerror.FlowError.__init__ (   self,
  flow_element,
  exception_instance,
  exception_traceback  
)

FlowError constructor.

  • Parameters
    {string} - The FlowElement at which the exception occurred.
  • Parameters
    {Exception} - Exception Instance
  • Parameters
    {String} - Exception Backtrace

Member Data Documentation

◆ exception_instance

fiftyone_pipeline_core.flowerror.FlowError.exception_instance

◆ exception_traceback

fiftyone_pipeline_core.flowerror.FlowError.exception_traceback

◆ flow_element

fiftyone_pipeline_core.flowerror.FlowError.flow_element
On This Page