Versions in this module Expand all Collapse all v0 v0.7.0 Sep 28, 2019 v0.1.1 Sep 24, 2019 Changes in this version + type ErrorStore interface + Add func(*InternalError) + Get func(uuid.UUID) (*InternalError, bool) + List func() []*InternalError + NewError func(string, action.Payload, error) *InternalError + func NewErrorStore() (ErrorStore, error) + type InternalError struct + func NewInternalError(requestType string, payload action.Payload, err error) *InternalError + func (o *InternalError) Error() string + func (o *InternalError) Payload() action.Payload + func (o *InternalError) RequestType() string