Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorConstructor *gotype.Func ErrorAggregator *gotype.Type )
Functions ¶
Types ¶
type Error ¶
type Error struct { C ErrorCode // contains filtered or unexported fields }
func (*Error) OriginalError ¶
type ErrorCode ¶
type ErrorCode uint
const ( ERR_OBJECT_SEARCH ErrorCode // searching for object failed ERR_ERROR_CONSTRUCTOR_OBJECT // error constructor object not *types.Func ERR_ERROR_CONSTRUCTOR_TYPE // error constructor func does not have correct signature ERR_ERROR_AGGREGATOR_OBJECT // error aggregator object not *types.TypeName ERR_ERROR_AGGREGATOR_TYPE // error aggregator type does not implement interface )
Click to show internal directories.
Click to hide internal directories.