Fibers.ErrorHandlingPolicy Enum
- Namespace
- SatorImaging.UnityFundamentals
public enum Fibers.ErrorHandlingPolicy
Defines the policy for handling errors within a fiber.
- Extension Methods
Names and Values
- Default = 0
Use the default error handling behavior.
- Skip = 1
Skip the current erroneous item and continue processing.
- Stop = 2
Stop the fiber's execution upon encountering an error.