Documentation ¶
Overview ¶
Package funcerr contains function error helpers. These implementations are intentionally outside the public API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionError ¶
type FunctionError tfprotov5.FunctionError
FunctionError is a single FunctionError.
func (*FunctionError) HasError ¶
func (e *FunctionError) HasError() bool
HasError returns true if the FunctionError is not empty.
func (*FunctionError) Log ¶
func (e *FunctionError) Log(ctx context.Context)
Log will log the function error:
Click to show internal directories.
Click to hide internal directories.