Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsReconciliationNeeded ¶
Types ¶
type ErrorMessage ¶
type ErrorMessage = string
type FlinkOperatorError ¶
type FlinkOperatorError struct {
Code ErrorCode
Message ErrorMessage
}
func (*FlinkOperatorError) Error ¶
func (w *FlinkOperatorError) Error() string
type FlinkOperatorErrorWithCause ¶
type FlinkOperatorErrorWithCause struct {
*FlinkOperatorError
// contains filtered or unexported fields
}
func (*FlinkOperatorErrorWithCause) Cause ¶
func (w *FlinkOperatorErrorWithCause) Cause() error
func (*FlinkOperatorErrorWithCause) Error ¶
func (w *FlinkOperatorErrorWithCause) Error() string
Click to show internal directories.
Click to hide internal directories.