package
Version:
v1.1.7
Opens a new window with list of versions in this module.
Published: Mar 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ErrKind represents if the error is retryable
const (
Retryable ErrKind = iota
NonRetryable
Canceled
Unknown
)
UDFError is returned to the main numaflow indicates the status of the error
FromError gets error information from the UDFError
Source Files
¶
Click to show internal directories.
Click to hide internal directories.