type ApplyRunError struct {
// contains filtered or unexported fields
}
func NewApplyRunError(err error) *ApplyRunError
func (e *ApplyRunError) Error() string
type InitializeApplyOptionError struct {
// contains filtered or unexported fields
}
func NewInitializeApplyOptionError(err error) *InitializeApplyOptionError
func (e *InitializeApplyOptionError) Error() string
type UnknownTypeError struct {
// contains filtered or unexported fields
}
func NewUnknownTypeError(err error) *UnknownTypeError
func (e *UnknownTypeError) Error() string