Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorHolder ¶
type ErrorHolderImpl ¶
type ErrorHolderImpl struct {
Err error
}
func (*ErrorHolderImpl) GetError ¶
func (holder *ErrorHolderImpl) GetError() error
func (*ErrorHolderImpl) HasError ¶
func (holder *ErrorHolderImpl) HasError() bool
func (*ErrorHolderImpl) SetError ¶
func (holder *ErrorHolderImpl) SetError(err error) bool
Click to show internal directories.
Click to hide internal directories.