Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrTopicNotFound = errors.New("topic 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") ErrTopicAlreadyCompleted = errors.New("topic is already completed") 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") )
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.