//
pkg.gl
Category
github.com/numaproj/numaflow
pkg
sdkclient
error
package
1.3.2
Repository:
https://github.com/numaproj/numaflow.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
8
Files
89 SLOC
#
Functions
FromError
FromError gets error information from the UDFError.
New
No description provided by the author
ToUDFErr
ToUDFErr converts gRPC error to UDF Error.
#
Constants
Canceled
Request canceled.
NonRetryable
The error is non-retryable.
Retryable
The error is retryable.
Unknown
Unknown err kind.
#
Structs
UDFError
UDFError is returned to the main numaflow indicates the status of the error.
#
Type aliases
ErrKind
ErrKind represents if the error is retryable.