Skip to main content

HttpErrorHandling

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

What a failed request does to the pipeline.

public enum HttpErrorHandling

Inheritance ObjectValueTypeEnumHttpErrorHandling
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
LogAndStop0Report the failure and stop this branch, leaving the execution successful.
Throw1Fail the execution, so a surrounding loop or the run itself reports it.