Table of Contents

Enum ErrorHandlingStrategy

Namespace
DotCompute.Abstractions.Pipelines.Enums
Assembly
DotCompute.Abstractions.dll

Error handling strategies for kernel chain execution.

public enum ErrorHandlingStrategy

Fields

Abort = 3

Abort the entire chain execution.

Continue = 0

Continue execution, ignoring the error.

Fallback = 4

Fall back to a default value and continue.

Retry = 1

Retry the failed operation.

Skip = 2

Skip the failed step and continue with the next.