package
Version:
v0.11.0-rc2
Opens a new window with list of versions in this module.
Published: Oct 4, 2023
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
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.