HttpErrorHandling
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform
What a failed request does to the pipeline.
public enum HttpErrorHandling
Inheritance Object → ValueType → Enum → HttpErrorHandling
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| LogAndStop | 0 | Report the failure and stop this branch, leaving the execution successful. |
| Throw | 1 | Fail the execution, so a surrounding loop or the run itself reports it. |