Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrokerError ¶
type BrokerError struct {
// contains filtered or unexported fields
}
func NewBrokerError ¶
func NewBrokerError(err error) *BrokerError
func (*BrokerError) Error ¶
func (e *BrokerError) Error() string
func (*BrokerError) ToJson ¶
func (e *BrokerError) ToJson() string
type SaveDataError ¶
func NewSaveDataError ¶
func NewSaveDataError(data string, reason error) *SaveDataError
func (*SaveDataError) Error ¶
func (e *SaveDataError) Error() string
Click to show internal directories.
Click to hide internal directories.