package errorcode const ( OK = "OK" OperationFailed = "OperationFailed" BadArgument = "BadArgument" TaskNotFound = "TaskNotFound" )