Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTopicNotFound = errors.New("topic not found") ErrContentNotFound = errors.New("content not found") ErrNotFound = errors.New("not found") ErrInternalServer = errors.New("internal error") ErrUnableToReadMessage = errors.New("failed to read message body") ErrUnableToParseJSON = errors.New("failed to parse json body") ErrTopicInvalidState = errors.New("topic state is not a valid state name") ErrTopicStateTransitionNotAllowed = errors.New("topic state transition not allowed") ErrTopicUploadEmpty = errors.New("topic upload section is not populated") ErrContentUnrecognisedParameter = errors.New("content query not recognised") )
A list of error messages for Topic API
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.