Fibers.ErrorReason Enum
- Namespace
- SatorImaging.UnityFundamentals
public enum Fibers.ErrorReason
Specifies the reason for an error occurring within a fiber.
- Extension Methods
Names and Values
- Unknown = 0
The error reason is unknown.
- MoveNextAsync = 1
The error occurred during the MoveNextAsync operation.