Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InternalError = NewError(http.StatusInternalServerError, "Server Internal Error")
View Source
var TaskCanceled = fmt.Errorf("task got canceled")
Functions ¶
This section is empty.
Types ¶
type SubTaskError ¶ added in v0.8.0
func (*SubTaskError) Error ¶ added in v0.8.0
func (e *SubTaskError) Error() string
func (*SubTaskError) GetSubTaskName ¶ added in v0.8.0
func (e *SubTaskError) GetSubTaskName() string
Click to show internal directories.
Click to hide internal directories.